BarStaticItem.Width Property
In This Article
Gets or sets the fixed width for this BarStaticItem.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.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 Bar |
See Also