Back to Devexpress

DataNavigatorButtons.PrevPage Property

windowsforms-devexpress-dot-xtraeditors-dot-datanavigatorbuttons-751ea482.md

latest2.7 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public NavigatorButton PrevPage { get; }
vb
Public ReadOnly Property PrevPage As NavigatorButton

Property Value

TypeDescription
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.

See Also

First

Prev

Next

NextPage

Last

Append

Remove

EndEdit

CancelEdit

Buttons

PageRecordCount

DataNavigatorButtons Class

DataNavigatorButtons Members

DevExpress.XtraEditors Namespace