Skip to main content
A newer version of this page is available. .
Bar

BarStaticItemLink.ActualLinkWidth Property

Gets the link’s actual width. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public double ActualLinkWidth { get; }

Property Value

Type Description
Double

The link’s actual width.

Remarks

If the BarStaticItemLink.UserWidth property is set to a positive value, the ActualLinkWidth property returns this value. Otherwise, the ActualLinkWidth property returns the BarStaticItem.ItemWidth property’s value.

See Also