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

BarEditItemLink.EditorActive Property

Indicates that the current link’s editor is active.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public virtual bool EditorActive { get; }

Property Value

Type Description
Boolean

true, if the current link’s editor is active, otherwise, false.

See Also