UltimateEditor Class Library

ToolbarItem.PostBackValue Property

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.

[Visual Basic]
Public Property PostBackValue As String
[C#]
public string PostBackValue {get; set;}

Property 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

ToolbarItem Class | Karamasoft.WebControls.UltimateEditor Namespace