Skip to main content

TdxNavBarGroup.Links Property

Returns a link by its index.

Declaration

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