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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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