Click or drag to resize
KaxMenuItemPostBack Property
Gets or sets a value indicating whether clicking on the item will postback.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool PostBack { get; set; }

Property Value

Type: Boolean
True if the menu item should postback; otherwise false. By default all the items will postback provided the user has subscribed to the ItemClick event.
Remarks
If you subscribe to the ItemClick all menu items will postback. To turn off that behavior you should set the PostBack property to false. This property cannot be set in design time.
See Also