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

RibbonGalleryBarItem.SmallWithTextWidth Property

This member is not supported by the RibbonGalleryBarItem object.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
Int32

An integer value.

Remarks

To specify the gallery’s width, use the BaseGallery.ColumnCount property.

See Also