Skip to main content
Bar

BarStaticItemLink.ActualLinkWidth Property

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

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.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