Skip to main content
Tab

LayoutGroupItemSettings.Width Property

Gets or sets the layout item width within the group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

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