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

TdxNavBarItemLink Class

A link between a group and an item.

#Declaration

Delphi
TdxNavBarItemLink = class(
    TCollectionItem,
    IInterface,
    IdxAdornerTargetElement
)

#Remarks

In order to display the contents of an item within a group, one must create a link between the group and the item. Each group stores its internal collection of links. An individual link can be accessed by its index via the Links property of a group.

The item and the group linked by this object can be obtained via the Group and Item properties.

#Inheritance

See Also