BarEditItemLink.CancelEditor() Method
Closes the item link editor without saving changes to the item editor.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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