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

RibbonGalleryBarItem.ShowText Property

Specifies whether item text is displayed in the gallery bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public virtual bool ShowText { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to show item text; otherwise, false.

Remarks

Ribbon gallery items can contain text (ListEditItemBase.Text) and an image (RibbonGalleryItem.Image). Use the ShowText property to specify whether the item text should be displayed.

ASPxRibbon_GalleryBarButtons

See Also