TdxCustomNavBar.Items Property
Provides access to the list of items in the NavBar control.
Declaration
property Items: TdxNavBarItems read;
Property Value
Type |
---|
TdxNavBarItems |
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