Skip to main content
Bar

BarStaticItem.Width Property

Gets or sets the fixed width for this BarStaticItem.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(true)]
[DefaultValue(0)]
[DXCategory("Layout")]
[EditorBrowsable(EditorBrowsableState.Always)]
[SupportedByBarManager(SupportedByBarManagerKind.NonSupported)]
[SupportedByRibbon(SupportedByRibbonKind.Supported)]
public override int Width { get; set; }

Property Value

Type Default Description
Int32 0

An Int32 value that is the fixed width for this BarStaticItem.

See Also