DataNavigatorButtons.PrevPage Property
Gets the Data Navigator button that moves the current position back by a specified number of records.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| NavigatorButton | The Data Navigator’s Previous Page button. |
Remarks
External Data Navigators move the current position by the number of records specified in the DataNavigatorButtons.PageRecordCount property. The default PageRecordCount value is 10. Adjust the property value to match the number of visible records.
Note
The Data Grid embeds a built-in Data Navigator (see GridControl.UseEmbeddedNavigator). It ignores the PageRecordCount property and moves row focus back by the number of currently visible rows.
