Click or drag to resize
KaxTrackBarItems Property
Gets a KaxTrackBarItemCollection object that contains the items of the current KaxTrackBar control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public KaxTrackBarItemCollection Items { get; }

Property Value

Type: KaxTrackBarItemCollection
A KaxTrackBarItemCollection that contains the items of the current KaxTrackBar control. By default the collection is empty (KaxTrackBar is a numeric trackbar).
Remarks
Use the Items property to access the child items of KaxTrackBar You can add, remove or modify items from the Items collection.
See Also