Click or drag to resize
GridTabControlSelectedIndex Property
Gets or sets the index of the currently selected tab.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public virtual int SelectedIndex { get; set; }

Property Value

Type: Int32
The zero-based index of the currently selected tab. The default is -1, which is also the value if a tab page is not selected.
See Also