TdxNavBarItem Class
In This Article
An item in a NavBar control.
#Declaration
Delphi
TdxNavBarItem = class(
TdxNavBarCustomItem
)
#Remarks
This class introduces members that allow you to:
Specify whether an item’s links respond to end-user actions (Enabled).
Remove all links associated with an item (RemoveAllLinks).
Customize the appearance of an item’s links (CustomStyles).
Associate an action object with an item (Action).
Note
Call the Nav
#Inheritance
See Also