Skip to main content
Tab

RibbonGroupLabelStyle Class

Defines style settings for the group labels.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class RibbonGroupLabelStyle :
    AppearanceStyleBase

The following members return RibbonGroupLabelStyle objects:

Remarks

The RibbonGroupLabelStyle class contains settings that define the appearance of the group labels in the ASPxRibbon control.

An object of the RibbonGroupLabelStyle type can be accessed via the RibbonStyles.GroupLabel property.

See Also