Skip to main content
All docs
V19.2

FormLayoutSettings<ModelType>.ColCount Property

Gets or sets the number of columns in the FormLayout.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public int ColCount { get; set; }

Property Value

Type Description
Int32

An integer that specifies the number of columns displayed within the FormLayout extension.

See Also