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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
See Also