RibbonGalleryBarItem.ShowText Property
Specifies whether item text is displayed in the gallery bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
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.

See Also