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

Data Navigator

The Data Navigator is displayed at the bottom of the grid and extends its navigation functionality. It shows the position of the currently selected record and allows end-users to move focus, create a new record or delete an existing one.

wpf-grid-data-navigator

 

The table below lists the main properties affecting element behavior and appearance.

Characteristics Members
Visibility TableView.ShowDataNavigator, TreeListView.ShowDataNavigator
Buttons DataViewBase.DataNavigatorButtons
Commands GridCommands.MoveFirstRow, GridCommands.MovePrevPage, GridCommands.MovePrevRow, GridCommands.MoveNextRow, GridCommands.MoveNextPage, GridCommands.MoveLastRow, GridCommands.AddNewRow, GridCommands.DeleteFocusedRow, GridCommands.EditFocusedRow
See Also