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

TdxNavBarCustomItem Class

The base class for all collection items that can be displayed in a NavBar control.

#Declaration

Delphi
TdxNavBarCustomItem = class(
    TdxNavBarComponentCollectionItem
)

#Remarks

Derived classes include: TdxNavBarGroup and TdxNavBarItem.

The TdxNavBarCustomItem class introduces members that allow you to:

  • Control a collection item’s appearance settings:

  • The visibility of a collection item in the NavBar control (Visible);

  • The caption and hint text for a collection item (Caption and Hint);

  • Small and large images associated with a collection item (SmallImageIndex and LargeImageIndex).

  • Respond to end-user actions (OnClick).

See Also