Skip to main content
Tab

LayoutGroup.ColumnCount Property

Gets or sets the number of columns.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 1

An integer value specifying the number of columns.

Remarks

Use the ColumnCount property to define how many columns the Form Layout uses to arrange its elements if there are no specified breakpoints for a given control’s width.

Concept

Adaptivity

Online Demo

Form Layout - Adaptive Grid Layout

See Also