Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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