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

ControlNavigatorButtons.PrevPage Property

Gets the button used to decrement the current record position in a data source by the number of visible records.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public virtual NavigatorButton PrevPage { get; }

Property Value

Type Description
NavigatorButton

A NavigatorButton object representing the navigator’s PrevPage button.

Remarks

The default PrevPage button’s appearance is displayed in the image below:

PrevPage_button

See Also