DataNavigatorButtons.CancelEdit Property
In This Article
The button used to cancel modifications to the current record.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Navigator |
The navigator’s Cancel Edit button. |
#Remarks
Records must implement the IEditableObject interface to enable rollback.
See Also