Back to Devexpress

TdxCustomNavBar.Groups Property

vcl-dxnavbar-dot-tdxcustomnavbar-a62d7ce3.md

latest905 B
Original Source

TdxCustomNavBar.Groups Property

Provides access to the collection of groups in the NavBar control.

Declaration

delphi
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

Linking Groups and Items

TdxCustomNavBar Class

TdxCustomNavBar Members

dxNavBar Unit