Back to Devexpress

ControlNavigatorButtons.NextPage Property

windowsforms-devexpress-dot-xtraeditors-dot-controlnavigatorbuttons-065a0e90.md

latest1.8 KB
Original Source

ControlNavigatorButtons.NextPage Property

Gets the button used to increment 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 NextPage { get; }
vb
Public Overridable ReadOnly Property NextPage As NavigatorButton

Property Value

TypeDescription
NavigatorButton

A NavigatorButton object representing the navigator’s NextPage button.

|

Remarks

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

See Also

PrevPage

Prev

Next

First

Last

ControlNavigatorButtons Class

ControlNavigatorButtons Members

DevExpress.XtraEditors Namespace