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

TdxNavBarComponentCollection Class

Serves as the base for the classes maintaining item collections.

#Declaration

Delphi
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