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

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

Declaration

public virtual NavigatorButton NextPage { get; }

Property Value

Type Description
NavigatorButton

A NavigatorButton object representing the navigator’s NextPage button.

Remarks

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

NextPage_button

See Also