Skip to main content
A newer version of this page is available. .
Bar

BarStaticItem.LargeWidth Property

This member is not supported by the BarStaticItem object.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override int LargeWidth { get; set; }

Property Value

Type Description
Int32

An integer value.

Remarks

To specify the item’s width use the BarItem.Width property.

See Also