Skip to main content
Tab

ListBoxItemStyle.Height Property

Gets or sets the height of items displayed within the editor’s list.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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 the editor’s items.

See Also