Gets or sets the postback value to return to server when the user clicks the button or changes the dropdown selection based on the type of the toolbar item.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public string PostBackValue { get; set; }
Visual Basic
Public Property PostBackValue As String
	Get
	Set
Visual C++
public:
property String^ PostBackValue {
	String^ get ();
	void set (String^ value);
}

Field Value

Postback value to return to server when the user clicks the button or changes the dropdown selection.

Remarks

Use this property to set the postback value to return to server when the user clicks the button or changes the dropdown selection.

See Also