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

LayoutGroupItemSettings.Width Property

Gets or sets the layout item width within the group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

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

Property Paths

You can access this nested property as listed below:

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