Skip to main content
A newer version of this page is available. .

DataNavigatorButtons.CancelEdit Property

The button used to cancel modifications to the current record.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public NavigatorButton CancelEdit { get; }

Property Value

Type Description
NavigatorButton

The navigator’s Cancel Edit button.

Remarks

CancelEdit_button

See Also