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

DataNavigatorButtons.NextPage Property

Gets the button used to change current record position in a data source by the DataNavigatorButtons.PageRecordCount property value.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public 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