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

TdxNavBarComponentCollectionItem Class

Implements the basic functionality of collection items.

#Declaration

Delphi
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