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

ASPxFormLayout.ColumnCount Property

Gets or sets the number of columns.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Int32 1

An integer value specifying the number of columns.

Remarks

Note

The ColumnCount property is not in effect if the FormLayoutAdaptivitySettings.AdaptivityMode is set to FormLayoutAdaptivityMode.SingleColumnWindowLimit.

See Also