Back to Devexpress

BarEditItem.IEBehavior Property

windowsforms-devexpress-dot-xtrabars-dot-baredititem-dac8bac1.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public virtual bool IEBehavior { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property IEBehavior As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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.

See Also

Edit

VisibleWhenVertical

AutoFillWidth

BarEditItem Class

BarEditItem Members

DevExpress.XtraBars Namespace