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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.
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