Skip to main content
A newer version of this page is available. .

TdxNavBarItem Class

An item in a NavBar control.

Declaration

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.

See Also