Click or drag to resize
IKaxToolBarButtonPostBack Property
Gets or sets a value, indicating if the item will perform a postback.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
bool PostBack { 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