IKaxToolBarButtonPostBack Property |
Gets or sets a value, indicating if the item will perform a postback.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxbool PostBack { get; set; }
Property PostBack As Boolean
Get
Set
property bool PostBack {
bool get ();
void set (bool value);
}
abstract PostBack : bool with get, set
Property Value
Type:
Boolean
Remarks
Used to indicate that an item should not perform a postback when
the containing
KaxToolBar performs postback through.
See Also