RibbonGalleryProperties.ShowText Property
Specifies whether item text is displayed in the gallery drop-down item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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