Skip to main content
A newer version of this page is available. .
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.v18.2.dll

Declaration

[Browsable(false)]
[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 Docking Controllers (Customizing Default View and Behavior Settings) to specify the setting.

See Also