Back to Devexpress

DataViewBase.DataNavigatorButtons Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-381acb0d.md

latest4.8 KB
Original Source

DataViewBase.DataNavigatorButtons Property

Gets or sets a value that specifies which buttons are displayed by the data navigator.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public NavigatorButtonType DataNavigatorButtons { get; set; }
vb
Public Property DataNavigatorButtons As NavigatorButtonType

Property Value

TypeDescription
NavigatorButtonType

A NavigatorButtonType enumeration value that specifies which buttons are displayed by the data navigator.

|

Available values:

Show 12 items

NameDescription
MoveFirstRow

The button that allows end-users to navigate to the first grid’s row is displayed within the Data Navigator.

| | MovePrevPage |

The button that allows end-users to navigate to the grid’s previous page is displayed within the Data Navigator.

| | MovePrevRow |

The button that allows end-users to navigate to the grid’s previous row is displayed within the Data Navigator.

| | MoveNextRow |

The button that allows end-users to navigate to the grid’s next row is displayed within the Data Navigator.

| | MoveNextPage |

The button that allows end-users to navigate to the grid’s new page is displayed within the Data Navigator.

| | MoveLastRow |

The button that allows end-users to navigate to the last grid’s row is displayed within the Data Navigator.

| | AddNewRow |

The button that allows end-users to add a new row is displayed within the Data Navigator.

| | DeleteFocusedRow |

The button that allows end-users to delete a focused row is displayed within the Data Navigator.

| | EditFocusedRow |

The button that allows end-users to edit a focused row is displayed within the Data Navigator.

| | All |

All the buttons are displayed within the Data Navigator.

| | Navigation |

The buttons related to data navigation are displayed within the Data Navigator.

| | Editing |

The buttons related to data editing are displayed within the Data Navigator.

|

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace