Click or drag to resize
GridTabBeamTabItems Property
Gets a reference to the TabItemsCollection that contains tabs.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public TabItemsCollection TabItems { get; }

Property Value

Type: TabItemsCollection
The TabItemsCollection that contains tabs.
See Also