Click or drag to resize
KaxTicker Class
KaxTicker control
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsBaseDataBoundControl
        System.Web.UI.WebControlsDataBoundControl
          KaxDataBoundControl
            Kettic.AspNet.ControlsKaxTicker

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxTicker : KaxDataBoundControl, INamingContainer

The KaxTicker type exposes the following members.

Constructors
  NameDescription
Public methodKaxTicker
Top
Methods
  NameDescription
Public methodBindToEnumerableData
Binds the ticker to a IEnumerable data source
Top
Properties
  NameDescription
Public propertyAppendDataBoundItems
Public propertyAutoAdvance
Specifies whether KaxTicker will begin ticking the next tickerline (if any) after it has finished ticking the current one.
Public propertyAutoPostBack
Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.
Public propertyAutoStart
Specifies whether the ticker begins ticking automatically.
Public propertyDataNavigateUrlField
Public propertyCode exampleDataTextField
Gets or sets the field of the data source that provides the value of the ticker lines.
Public propertyEnableEmbeddedBaseStylesheet (Overrides KaxDataBoundControl.EnableEmbeddedBaseStylesheet.)
Public propertyEnableEmbeddedSkins (Overrides KaxDataBoundControl.EnableEmbeddedSkins.)
Public propertyItems
The collection that holds all KaxTickerItem objects.
Public propertyLineDuration
Specifies in milliseconds the pause KaxTicker makes before starting to tick the next line (if AutoAdvance=True).
Public propertyLoop
Specifies whether KaxTicker will repeat the first tickerline after displaying the last one.
Public propertyPostBackUrl
Public propertyTickSpeed
Specifies the duration in milliseconds between ticking each character of a tickerline. The lower the value the faster a line will finish ticking.
Top
See Also