Skip to main content
A newer version of this page is available. .

DataNavigatorButtons.PrevPage Property

The button that moves the current position to the previous page.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public NavigatorButton PrevPage { get; }

Property Value

Type Description
NavigatorButton

The navigator’s Previous Page button.

Remarks

The Previous Page button moves the current position backward by a certain number of records.

PrevPage_button

For standalone data navigators, you can use the DataNavigatorButtons.PageRecordCount property to specify the number of records in a page.

The page record count in embedded navigators (see GridControl.UseEmbeddedNavigator) is specified by the number of visible records that the control currently displays.

See Also