BarStaticItemLink.ActualLinkWidth Property
Gets the link’s actual width. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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