TdxNavBarCustomItems Class
In This Article
A collection of items in a NavBar control.
#Declaration
Delphi
TdxNavBarCustomItems = class(
TdxNavBarComponentCollection
)
#Remarks
A collection of NavBar control items is accessed via the Items property. This property returns the TdxNavBarItems object. Use this object’s methods and properties to manipulate control items.
Each collection item is represented by a TdxNavBarItem object. Use the Items property to access an individual item within the collection.
#Inheritance
TObject
TPersistent
TcxComponentCollection
TdxNavBarComponentCollection
TdxNavBarCustomItems
See Also