Skip to main content
Tab

RibbonGroupLabelStyle.Height Property

Gets or sets the group label’s height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit value that specifies the group label’s height.

Remarks

Use the Height property to specify the hight of a group label. Note that the ribbon height is not changed automatically. Use the RibbonTabContentStyle.Height property to specify the height of the tabs.

See Also