TdxCustomNavBar.Groups Property
Provides access to the collection of groups in the NavBar control.
Declaration
property Groups: TdxNavBarGroups read;
Property Value
Type |
---|
TdxNavBarGroups |
Remarks
Use the Groups property to get access to an object of the TdxNavBarGroups type which represents the NavBar control’s groups collection. Use properties and methods of the TdxNavBarGroups object to manage this collection.
See Also