Skip to main content

TdxNavBarComponentCollectionItem Class

Implements the basic functionality of collection items.

Declaration

TdxNavBarComponentCollectionItem = class(
    TcxComponentCollectionItem
)

Remarks

Collection objects used in the NavBar control are represented by the TdxNavBarComponentCollection class descendants. Each of these objects maintain a collection of specific objects (groups, items and styles). The ComponentCollectionItem class implements common features for objects representing collection items.

The ComponentCollectionItem class descendants that serve as collection items include:

See Also