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

BarEditItem.IEBehavior Property

Gets or sets a value specifying whether links can be highlighted when this item’s editor is active.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(true)]
public virtual bool IEBehavior { get; set; }

Property Value

Type Default Description
Boolean **true**

true if links can be highlighted when this item’s editor is active; otherwise false.

Remarks

Links cannot be highlighted when the item’s editor is active and is located within a sub-menu. The IEBehavior property has no effect in this case.

The image below displays a bar whose font name editor is active while the mouse pointer is over another link. The IEBehavior property of the item representing the editor is set to true and false respectively.

Editors - IEBehavior

See Also