Back to Devexpress

DataNavigatorButtons.NextPage Property

windowsforms-devexpress-dot-xtraeditors-dot-datanavigatorbuttons-a31f4f43.md

latest2.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public NavigatorButton NextPage { get; }
vb
Public ReadOnly Property NextPage As NavigatorButton

Property Value

TypeDescription
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

First

PrevPage

Prev

Next

Last

Append

Remove

EndEdit

CancelEdit

Buttons

PageRecordCount

DataNavigatorButtons Class

DataNavigatorButtons Members

DevExpress.XtraEditors Namespace