Skip to main content
Tab

RibbonGalleryBarItem.MaxTextWidth Property

Specifies the maximum width of the gallery item text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public virtual Unit MaxTextWidth { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value specifying the maximum item text width, in pixels.

Remarks

Use the MaxTextWidth property to limit the maximum width of the item text. You can specify a gallery item’s text using the ListEditItemBase.Text property.

ASPxRibbon_GalleryItemAndGroup

See Also