KaxTrackBarSelectedIndex Property |
Gets the
Value of the selected item in case
ItemType of the KaxTrackBar control equals TrackBarItemType.Item.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public int SelectedIndex { get; set; }
Public Property SelectedIndex As Integer
Get
Set
public:
property int SelectedIndex {
int get ();
void set (int value);
}
member SelectedIndex : int with get, set
Return Value
Type:
Int32
The
Value of the selected item. If there are no items in the Items collection
of the KaxTrackBar control, returns empty string.
See Also