Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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