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

DataNavigatorButtons.Next Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public NavigatorButton Next { get; }

Property Value

Type Description
NavigatorButton

The navigator’s Next button.

Remarks

Next_button

See Also