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

ASPxRibbon.ShowGroupLabels Property

Gets or sets a value that specifies whether or not group labels are displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to show group labels; otherwise, false.

Remarks

A group label is displayed at the bottom of a group and contains group text.

ASPxRibbon_GroupLabel

You can customize the group label style using the RibbonStyles.GroupLabel property. The group text displayed in the label can be specified by the RibbonGroup.Text property.

See Also