Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also