Back to Devexpress

BarStaticItem.ItemWidth Property

wpf-devexpress-dot-xpf-dot-bars-dot-barstaticitem.md

latest1.3 KB
Original Source

BarStaticItem.ItemWidth Property

Gets or sets the item’s width. This property is in effect when the BarStaticItem.AutoSizeMode property is set to BarItemAutoSizeMode.None. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public double ItemWidth { get; set; }
vb
Public Property ItemWidth As Double

Property Value

TypeDescription
Double

A value that specifies the item’s width.

|

Remarks

The BarStaticItemLink.UserWidth property allows you to override the ItemWidth setting for individual links.

See Also

BarStaticItem Class

BarStaticItem Members

DevExpress.Xpf.Bars Namespace