KaxTrackBarItems Property |
Namespace: Kettic.AspNet.ControlsAssembly: 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; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property Items As KaxTrackBarItemCollection
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property KaxTrackBarItemCollection^ Items {
KaxTrackBarItemCollection^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member Items : KaxTrackBarItemCollection with 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