Back to Devexpress

BarEditItemLink.HideEditor() Method

windowsforms-devexpress-dot-xtrabars-dot-baredititemlink-28ae615f.md

latest1008 B
Original Source

BarEditItemLink.HideEditor() Method

Closes the editor of an item link without saving changes.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void HideEditor()
vb
Public Overridable Sub 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

BarEditItemLink Class

BarEditItemLink Members

DevExpress.XtraBars Namespace