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

DataNavigatorButtons.Prev Property

Gets the button used to set focus to the previous record in a data source.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public NavigatorButton Prev { get; }

Property Value

Type Description
NavigatorButton

A NavigatorButton object representing the navigator’s Prev button.

Remarks

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

Prev_button

See Also