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

RibbonDropDownGalleryProperties.ShowGroupText Property

Specifies whether gallery group texts are displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to show group texts; otherwise, false.

Remarks

Use the ShowGroupText property to specify whether gallery group text, specified by the RibbonGalleryGroup.Text property, is displayed in an item’s drop-down window.

ASPxRibbon_GalleryItemAndGroup

See Also