Back to Devexpress

ControlNavigatorButtons.PrevPage Property

windowsforms-devexpress-dot-xtraeditors-dot-controlnavigatorbuttons-0d4fe7fc.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
NavigatorButton

A NavigatorButton object representing the navigator’s PrevPage button.

|

Remarks

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

See Also

NextPage

Next

Prev

First

Last

ControlNavigatorButtons Class

ControlNavigatorButtons Members

DevExpress.XtraEditors Namespace