ControlNavigatorButtons.CancelEdit Property
Gets the button used to cancel editing the current record.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
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