Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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