Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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