IKaxTabContainerSelectedIndex Property |
Gets or sets the index of the selected child tab.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax int SelectedIndex { get; set; }
Property SelectedIndex As Integer
Get
Set
property int SelectedIndex {
int get ();
void set (int value);
}
abstract SelectedIndex : int with get, set
Property Value
Type:
Int32
The zero based index of the selected tab. The default value is -1 (no child tab is selected).
Remarks
Use the SelectedIndex property to programmatically specify the selected
child tab in a IKaxTabContainer (KaxTabControl or KaxTab).
To clear the selection set the SelectedIndex property to -1.
See Also