Click or drag to resize
GridTabControlTabControls Property
Gets the array of tab controls in they tab order.

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

Property Value

Type: Control
The array of tab controls in they tab order.
See Also