ASPxRibbon.ShowGroupLabels Property
Gets or sets a value that specifies whether or not group labels are displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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