Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ASPxFormLayout.ColCount Property

Gets or sets the number of columns in the ASPxFormLayout control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Int32 1

An integer that specifies the number of columns displayed within the ASPxFormLayout control.

See Also