Skip to main content

DataNavigatorButtons.Prev Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public NavigatorButton Prev { get; }

Property Value

Type Description
NavigatorButton

The navigator’s Previous button.

Remarks

Prev_button

See Also