Skip to main content
A newer version of this page is available. .
Tab

NavBarGroupHeaderStyle.Height Property

Gets or sets the group header height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit value that specifies the height of group headers.

Remarks

Use the Height property to control the header height within groups which the current style applies to.

Note that the actual height of a group header depends upon the font settings of a group header’s text content.

See Also