Click or drag to resize
GridTabBeamActiveTab Property
Gets a reference to the currently active tab.

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

Property Value

Type: TabItem
The currently active tab.
See Also