Back to Devexpress

BarEditItemLink.CloseEditor() Method

windowsforms-devexpress-dot-xtrabars-dot-baredititemlink-beebc57b.md

latest1.5 KB
Original Source

BarEditItemLink.CloseEditor() Method

Hides the active editor saving any changes made.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual bool CloseEditor()
vb
Public Overridable Function CloseEditor As Boolean

Returns

TypeDescription
Boolean

true if the link’s editor has been closed; otherwise, false.

|

Remarks

Unlike the BarEditItemLink.HideEditor method which simply closes the link’s editor, the CloseEditor method closes the editor and saves any changes made to its value.

See Also

ActiveEditor

HideEditor()

PostEditor()

BarEditItemLink Class

BarEditItemLink Members

DevExpress.XtraBars Namespace