RibbonGroupLabelStyle.Height Property
In This Article
Gets or sets the group label’s height.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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