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

TdxBarDBNavigator Class

Navigates data in a dataset and performs operations on data including events like insert and post via toolbar buttons.

#Declaration

Delphi
TdxBarDBNavigator = class(
    TComponent,
    IdxLocalizerListener
)

#Remarks

The TdxBarDBNavigator is similar to the Delphi TDBNavigator component. The button type, their location, and appearance aspects of the TdxBarDBNavigator are determined by an application. In addition, you may create links between TdxBarManager items and a dataset’s state using specific conditions.

Note

The TdxBarManager can work with only one TdxBarDBNavigator component.

#Inheritance

See Also