Back to Devexpress

Data Navigator

wpf-114118-controls-and-libraries-data-grid-visual-elements-common-elements-data-navigator.md

latest1.8 KB
Original Source

Data Navigator

  • Feb 10, 2023

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.

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

CharacteristicsMembers
VisibilityTableView.ShowDataNavigator, TreeListView.ShowDataNavigator
ButtonsDataViewBase.DataNavigatorButtons
CommandsGridCommands.MoveFirstRow, GridCommands.MovePrevPage, GridCommands.MovePrevRow, GridCommands.MoveNextRow, GridCommands.MoveNextPage, GridCommands.MoveLastRow, GridCommands.AddNewRow, GridCommands.DeleteFocusedRow, GridCommands.EditFocusedRow

See Also

CRUD Operations in a Data-Bound Grid

Add and Remove Rows

Data Paging