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

BarEditItemLink.HideEditor() Method

Closes the editor of an item link without saving changes.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v20.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