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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Navigator |
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 GridPage
property and moves row focus back by the number of currently visible rows.