Skip to main content
Tab

NavBarItemStyle.Height Property

Gets or sets the item 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 height of items.

Remarks

Use the Height property to control the height of items within a navbar control or a particualr group.

Note that the actual height of items depends upon the font settings of an item’s text content.

See Also