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

LayoutGroupItemSettings.Height Property

Gets or sets the layout item height within the group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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:

Show 39 property paths
Library Object Type Path to Height
ASP.NET Controls and MVC Extensions ASPxFormLayout
.SettingsItems.Height
CardViewFormLayoutProperties
.SettingsItems.Height
CardViewLayoutGroup
.SettingsItems.Height
CardViewTabbedLayoutGroup
.SettingsItems.Height
FormLayoutProperties
.SettingsItems.Height
GridFormLayoutProperties
.SettingsItems.Height
GridLayoutGroup
.SettingsItems.Height
GridTabbedLayoutGroup
.SettingsItems.Height
GridViewFormLayoutProperties
.SettingsItems.Height
GridViewLayoutGroup
.SettingsItems.Height
GridViewTabbedLayoutGroup
.SettingsItems.Height
LayoutGroup
.SettingsItems.Height
LayoutGroupBase
.SettingsItems.Height
FormLayoutSettings<ModelType>
.SettingsItems.Height
MVCxCardViewFormLayoutProperties
.SettingsItems.Height
MVCxCardViewLayoutGroup
.SettingsItems.Height
MVCxCardViewTabbedLayoutGroup
.SettingsItems.Height
MVCxFormLayout
.SettingsItems.Height
MVCxFormLayoutGroup
.SettingsItems.Height
MVCxFormLayoutGroup<ModelType>
.SettingsItems.Height
MVCxGridViewFormLayoutProperties
.SettingsItems.Height
MVCxGridViewFormLayoutProperties<ModelType>
.SettingsItems.Height
MVCxGridViewLayoutGroup
.SettingsItems.Height
MVCxGridViewLayoutGroup<ModelType>
.SettingsItems.Height
MVCxGridViewTabbedLayoutGroup
.SettingsItems.Height
MVCxGridViewTabbedLayoutGroup<ModelType>
.SettingsItems.Height
MVCxTabbedFormLayoutGroup
.SettingsItems.Height
MVCxTabbedFormLayoutGroup<ModelType>
.SettingsItems.Height
TabbedLayoutGroup
.SettingsItems.Height
ASP.NET Bootstrap Controls BootstrapCardViewFormLayoutProperties
.SettingsItems.Height
BootstrapCardViewLayoutGroup
.SettingsItems.Height
BootstrapCardViewTabbedLayoutGroup
.SettingsItems.Height
BootstrapFormLayout
.SettingsItems.Height
BootstrapFormLayoutProperties
.SettingsItems.Height
BootstrapGridViewFormLayoutProperties
.SettingsItems.Height
BootstrapGridViewLayoutGroup
.SettingsItems.Height
BootstrapGridViewTabbedLayoutGroup
.SettingsItems.Height
BootstrapLayoutGroup
.SettingsItems.Height
BootstrapTabbedLayoutGroup
.SettingsItems.Height
See Also