Click or drag to resize
KaxTickerAutoPostBack Property
Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.

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

Property Value

Type: Boolean
The default value is false.
Remarks
Setting this property to true will make Kettic KaxTicker postback to the server on item click.
See Also