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

TdxNavBarGroup.Links Property

Returns a link by its index.

#Declaration

Delphi
property Links[Index: Integer]: TdxNavBarItemLink read;

#Property Value

Type
TdxNavBarItemLink

#Remarks

The TdxNavBar control holds collections of groups and items. They are represented by its Groups and Items properties respectively. To display an item within a group, a link between them must be created. Each group stores its collection of links. Individual links contained within a group are available via the group’s Links property. Use this property to obtain a group link specified by its index.

See Also