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

TcxNavigatorCustomButton Class

A navigator control‘s custom button.

#Declaration

Delphi
TcxNavigatorCustomButton = class(
    TCollectionItem
)

#Remarks

This class provides properties that allow you to specify the button’s visibility, accessibility, hint, and image.

TcxNavigatorCustomButton objects are stored in a TcxNavigatorCustomButtons collection, which is referenced via the TcxCustomNavigatorButtons.CustomButtons property.

#Inheritance

TObject
TPersistent
TCollectionItem
TcxNavigatorCustomButton
See Also