Click or drag to resize
KaxTickerAutoStart Property
Specifies whether the ticker begins ticking automatically.

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 AutoStart { get; set; }

Property Value

Type: Boolean
Default: False
Remarks
You should leave this set to false if you are using the ticker within a KaxTicker If you use the ticker independently and leave this setting to false you should use the client API call ticker_id.startTicker() to start it.
See Also