BarStaticItem.AutoSizeMode Property
In This Article
Gets or sets the item's auto-size mode. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
If the AutoSizeMode property is set to BarItemAutoSizeMode.Fill, the item's link occupies the largest possible space within the bar. This setting makes sense when the bar is stretched to the bar container's width (the Bar.UseWholeRow option is enabled).
See Also