Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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