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

TcxDBNavigatorButtons Class

This class represents the collection of buttons used in database navigator controls.

#Declaration

Delphi
TcxDBNavigatorButtons = class(
    TcxCustomNavigatorButtons
)

#Remarks

In contrast to non-db buttons, the TcxDBNavigatorButtons class works with the dataset. This class provides the default action functionality for processing dataset records.

You can modify the button behavior as required using any of the following methods:

To dynamically change the accessibility of buttons, override the GetButtonEnabled method or switch a button’s Enabled property.

For more information on how to customize button settings, refer to the TcxNavigatorButton and TcxNavigatorCustomButton class descriptions.

See Also