RibbonGalleryBarItem.SmallWithoutTextWidth Property
This member is not supported by the RibbonGalleryBarItem 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 SmallWithoutTextWidth { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer value. |
Remarks
To specify the gallery’s width, use the BaseGallery.ColumnCount property.
See Also