TdxCustomNavBar.Items Property
In This Article
Provides access to the list of items in the NavBar control.
#Declaration
Delphi
property Items: TdxNavBarItems read;
#Property Value
Type |
---|
Tdx |
#Remarks
The Items property is used to provide access to the list of items in the NavBar control. Use methods of the Items object to add, delete and get access to a particular NavBar item.
See Also