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

BarEditItem.SmallWithoutTextWidth Property

This member is not supported by the BarEditItem object.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public override int SmallWithoutTextWidth { get; set; }

Property Value

Type Description
Int32

An integer value.

Remarks

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

See Also