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.6.3822.15677

Syntax

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

See Also