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:
The TdxNavBarGroup class - represents a TdxNavBarGroups collection item.
The TdxNavBarItem class - represents a TdxNavBarItems collection item.
The TdxNavBarStyleItem class - represents a TdxNavBarStyleRepository or TdxNavBarBaseCustomStyles collection item.
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxComponentCollectionItem
TdxNavBarComponentCollectionItem
See Also