Skip to main content

DataNavigatorButtons.NextPage Property

The button that moves the current position to the next page.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public NavigatorButton NextPage { get; }

Property Value

Type Description
NavigatorButton

The navigator’s Next Page button.

Remarks

The Next Page button moves the current position forward by a certain number of records.

NextPage_button

For standalone data navigators, you can use the DataNavigatorButtons.PageRecordCount property to specify the number of records in a page.

The page record count in embedded navigators (see GridControl.UseEmbeddedNavigator) is specified by the number of visible records that the control currently displays.

See Also