Gets or sets a value indicating whether clicking on the tab will postback.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public bool PostBack { get; set; }
Public Property PostBack As Boolean
Get
Set
public:
property bool PostBack {
bool get ();
void set (bool value);
}
member PostBack : bool with get, set
Property Value
Type:
Booleantrue if the node should postback; otherwise
false.
Remarks
If you subscribe to the
TabClick event all tabs
will postback. To prevent the current tab from initiating postback you can set the
PostBack
property to
false.
See Also