Back to Devexpress

BarEditItemLink.ShowEditor() Method

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

latest2.5 KB
Original Source

BarEditItemLink.ShowEditor() Method

Activates this link’s editor.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void ShowEditor()
vb
Public Overridable Sub ShowEditor

Remarks

Use the ShowEditor method to activate this link’s editor programmatically. The editor is activated if the following conditions are met:

After the editor has been activated, the BarEditItem.ShownEditor event of the corresponding item is raised.

To access the currently active editor, use the BarManager.ActiveEditor property.

See Also

CanOpenEdit

ShowingEditor

ShownEditor

Edit

ActiveEditor

BarEditItemLink Class

BarEditItemLink Members

DevExpress.XtraBars Namespace