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

BarStaticItemLink.ActualMinWidth Property

Gets the actual MinWidth setting for the current link. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public double ActualMinWidth { get; }

Property Value

Type Description
Double

A value that specifies the actual MinWidth setting for the current link.

Remarks

If the BarStaticItemLink.UserMinWidth property is set to a positive value, the ActualMinWidth property returns this value. Otherwise, the ActualMinWidth property returns the BarStaticItem.ItemMinWidth property’s value.

See Also