Skip to main content
Bar

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.v23.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