Skip to main content

DataNavigatorButtons.CancelEdit Property

The button used to cancel modifications to the current record.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

public NavigatorButton CancelEdit { get; }

Property Value

Type Description
NavigatorButton

The navigator’s Cancel Edit button.

Remarks

CancelEdit_button

Records must implement the IEditableObject interface to enable rollback.

See Also