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

TcxCustomNavigatorButtons Class

The base class for classes that implement button collections used in navigator controls.

#Declaration

Delphi
TcxCustomNavigatorButtons = class(
    TcxNavigatorChildComponent
)

#Remarks

The collection contains the following buttons:

  • Default buttons with predefined functionality allowing end-users to perform most common data operations.
  • Custom buttons allowing you to implement your own functionality.

Both default buttons and custom buttons can be accessed by their default indexes within the Buttons collection.

All the operations associated with the default buttons are implemented in TcxCustomNavigatorButtons descendants.

You can use TcxCustomNavigatorButtons as the base class for your custom button collection classes.

See Also