Skip to main content
Tab

LayoutGroupItemSettings.Height Property

Gets or sets the layout item height within the group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public virtual Unit Height { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value that specifies the height of the layout item.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Height
ASP.NET MVC Extensions FormLayoutSettings<ModelType>
.SettingsItems .Height
ASP.NET Web Forms Controls ASPxFormLayout
.SettingsItems .Height
FormLayoutProperties
.SettingsItems .Height
LayoutGroupBase
.SettingsItems .Height
See Also