Skip to main content

TdxNavBarItemLinks Class

A collection of links between a group and items.

Declaration

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