Skip to main content

TdxNavBarCustomItem Class

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

Declaration

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