Skip to main content
Bar

BarEditItemLink.HideEditor() Method

Closes the editor of an item link without saving changes.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void HideEditor()

Remarks

This method is called when a user clicks the Escape key after editing the editor’s contents. Any changes that were made are not saved.

See Also