TdxRibbonTabGroups.Items Property
Provides indexed access to the tab group at the position specified by the zero-based Index parameter.
Declaration
property Items[Index: Integer]: TdxRibbonTabGroup read; write; default;
Property Value
Type |
---|
TdxRibbonTabGroup |
Remarks
Use the Items property to obtain a reference to the group by its index in the collection.
See Also