Skip to main content
Tab

FormLayoutProperties.NestedControlWidth Property

Gets or sets the width of editors contained in the form layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value specifying the width.

See Also