Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarManager.AllowLinkLighting Property

OBSOLETE

Use the BarManagerProperties.AllowLinkLighting property of a Bar and Docking Controllers to specify the setting.

Gets or sets a value that specifies whether images are highlighted when links are hot-tracked.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the BarManagerProperties.AllowLinkLighting property of a Bar and Docking Controllers to specify the setting.")]
public virtual bool AllowLinkLighting { get; set; }

#Property Value

Type Description
Boolean

true, if images are highlighted when links are hot-tracked; otherwise false.

#Remarks

This property is obsolete. Use the BarManagerProperties.AllowLinkLighting property of a bar and dock controller to specify the setting.

See Also