String returned to server when the user clicks a button or changes the selection in a dropdown when the PostBackValue property of that toolbar item is set to a non-blank value.

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

Syntax

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

See Also