Skip to main content
Bar

BarEditItemLink.CancelEditor() Method

Closes the item link editor without saving changes to the item editor.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void CancelEditor()

Remarks

Unlike the BarEditItemLink.HideEditor method which simply closes the editor of an item link, the CancelEditor method discards any changes and restores the original item value(s).

See Also