Skip to main content

ControlNavigatorButtons.Next Property

Gets the button used to set the current record to the next record in a data source.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual NavigatorButton Next { get; }

Property Value

Type Description
NavigatorButton

A NavigatorButton object representing the navigator’s Next button.

Remarks

The default Next button’s appearance is displayed in the image below:

Next_button

See Also