A newer version of this page is available.
Switch to the current version.
ASPxRibbon.ShowGroupLabels Property
Gets or sets a value that specifies whether or not group labels are displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(true)]
public bool ShowGroupLabels { get; set; }
<DefaultValue(True)>
Public Property ShowGroupLabels As Boolean
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.
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
Feedback