DataNavigatorButtons.NextPage Property
The button that moves the current position to the next page.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
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