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

TdxNavBarItemLinks Class

A collection of links between a group and items.

#Declaration

Delphi
TdxNavBarItemLinks = class(
    TCollection
)

#Remarks

A NavBar control maintains a collection of groups and items. Each group includes a collection of links to items and exposes it as a TdxNavBarItemLinks object via the group’s Links property. Use the object’s Items property to access individual links in the collection. To access individual groups, use the NavBar control’s Groups property.

Group objects call TdxNavBarItemLinks methods to manage links.

#Inheritance

See Also