Click or drag to resize
TabItemTabSheet Property
Gets or sets the the Control associated with the tab.

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

Property Value

Type: Control
The Control associated with the tab.
See Also