Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataNavigatorButtons.NextPage Property

Gets the Data Navigator button that moves the current position forward by a specified number of records.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public NavigatorButton NextPage { get; }

#Property Value

Type Description
NavigatorButton

The Data Navigator’s Next Page button.

#Remarks

External Data Navigators move the current position by the number of records specified in the DataNavigatorButtons.PageRecordCount property. The default PageRecordCount value is 10. Adjust the property value to match the number of visible records.

Note

The Data Grid embeds a built-in Data Navigator (see GridControl.UseEmbeddedNavigator). It ignores the PageRecordCount property and moves row focus forward by the number of currently visible rows.

See Also