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

FormLayoutProperties.NestedControlWidth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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