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

TdxNavBarGroups.Add Method

Adds a new group to the end of the collection and returns the corresponding object.

#Declaration

Delphi
function Add: TdxNavBarGroup;

#Returns

Type
TdxNavBarGroup

#Remarks

Use the Add method to add a new group to the NavBar control. Modify the properties of the returned object to control the appearance and behavior of the added group.

You can use the group’s CreateLink property to add links to your group.

See Also