Back to Devexpress

TdxNavBarItem Class

vcl-dxnavbarcollns.md

latest2.1 KB
Original Source

TdxNavBarItem Class

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 NavBar control’s Items.Add function to create an item. Alternatively, you can call the TdxNavBarItem class’s constructor to create an item and call its AddToCollection procedure to add this item to the NavBar control’s Items collection.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxNavBarComponentCollectionItem TdxNavBarCustomItem TdxNavBarItem

See Also

TdxNavBarSeparator

TdxCustomNavBar.Items

Linking Groups and Items

TdxNavBarItem Members

dxNavBarCollns Unit