KaxToolBarSplitButtonPostBack Property |
Gets or sets a value indicating whether clicking on the button will
postback.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool PostBack { get; set; }
Public Property PostBack As Boolean
Get
Set
public:
virtual property bool PostBack {
bool get () sealed;
void set (bool value) sealed;
}
abstract PostBack : bool with get, set
override PostBack : bool with get, set
Property Value
Type:
BooleanTrue if the toolbar split button should postback; otherwise
false. By default all the items will postback provided the user
has subscribed to the
ButtonClick event.
Implements
IKaxToolBarButtonPostBack
Remarks
If you subscribe to the
ButtonClick all toolbar
buttons will postback. To turn off that behavior you should set the
PostBack property to
false.
See Also