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

BarStaticItemLink.UserMinWidth Property

Gets or sets the link’s minimum width. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public double UserMinWidth { get; set; }

Property Value

Type Description
Double

A value that specifies the link’s minimum width.

Remarks

If the UserMinWidth property is set to 0, the link’s minimum width is determined by the BarStaticItem.ItemMinWidth property. You can assign a new value to the UserMinWidth property, overriding the BarStaticItem.ItemMinWidth property for individual links.

See Also