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

LayoutItemBase.ColumnSpan Property

Gets or sets a value specifying the number of columns the Form Layout item occupies.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(1)]
public virtual int ColumnSpan { get; set; }

Property Value

Type Default Description
Int32 1

An integer value specifying the number of columns.

See Also