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

BarEditItemLink.CancelEditor() Method

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

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