Click or drag to resize
KaxTrackBarSelectedItem Property
Gets a KaxTrackBarItem object that represents the selected item in the KaxTrackBar control in case ItemType of the control equals TrackBarItemType.Item.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxTrackBarItem SelectedItem { get; }

Return Value

Type: KaxTrackBarItem
A KaxTrackBarItem object that represents the selected item. If there are no items in the Items collection of the KaxTrackBar control, returns null.
See Also