Skip to main content

DataNavigatorButtons.Next Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.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