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

DataNavigatorButtons.CancelEdit Property

Gets the button used to cancel edits to the current record.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public NavigatorButton CancelEdit { get; }

Property Value

Type Description
NavigatorButton

A NavigatorButton object representing the navigator’s CancelEdit button.

Remarks

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

CancelEdit_button

See Also