Skip to main content

ControlNavigatorButtons.CancelEdit Property

Gets the button used to cancel editing the current record.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual 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

Records must implement the IEditableObject interface to enable rollback.

See Also