ControlNavigatorButtons.CancelEdit Property
Gets the button used to cancel editing the current record.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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:

Records must implement the IEditableObject interface to enable rollback.
See Also