Back to Devexpress

ASPxRibbon.ShowGroupLabels Property

aspnet-devexpress-dot-web-dot-aspxribbon-8c28ae1b.md

latest1.7 KB
Original Source

ASPxRibbon.ShowGroupLabels Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool ShowGroupLabels { get; set; }
vb
<DefaultValue(True)>
Public Property ShowGroupLabels As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

Ribbon

Online Demo: Ribbon - Features

ASPxRibbon Class

ASPxRibbon Members

DevExpress.Web Namespace