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

RibbonSettings.ShowGroupLabels Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool ShowGroupLabels { get; set; }

Property Value

Type Description
Boolean

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 (via the RibbonSettings.Styles.GroupLabel) property. The group text displayed in the label can be specified by the RibbonGroup.Text property.

See Also