Click or drag to resize
GridTabControlSelectedSheet Property
Gets or sets the currently selected tab.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public virtual Control SelectedSheet { get; set; }

Property Value

Type: Control
The Control associated with the selected tab. If no tab is selected, the value is a null reference (Nothing in Visual Basic).
See Also