Skip to main content

TdxNavBarComponentCollection Class

Serves as the base for the classes maintaining item collections.

Declaration

TdxNavBarComponentCollection = class(
    TcxComponentCollection
)

Remarks

The NavBar control maintains collections of groups, items and style items. These collections have some common features, which are implemented in the TcxNavBarComponentCollection class.

The TcxNavBarComponentCollection class provides members with which you can manage a collection of items. These members allow you to add, delete and change the position of collection items.

Collection objects descending from the TcxNavBarComponentCollection class contain item objects descending from the TdxNavBarComponentCollectionItem class.

Inheritance

TObject
TPersistent
TcxComponentCollection
TdxNavBarComponentCollection
See Also