Back to Devexpress

ControlNavigatorButtons.CancelEdit Property

windowsforms-devexpress-dot-xtraeditors-dot-controlnavigatorbuttons-af22284b.md

latest1.9 KB
Original Source

ControlNavigatorButtons.CancelEdit Property

Gets the button used to cancel editing the current record.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual NavigatorButton CancelEdit { get; }
vb
Public Overridable ReadOnly Property CancelEdit As NavigatorButton

Property Value

TypeDescription
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

Edit

EndEdit

Append

Remove

ControlNavigatorButtons Class

ControlNavigatorButtons Members

DevExpress.XtraEditors Namespace