Skip to main content
A newer version of this page is available.
All docs
V19.1

FormLayoutSettings<ModelType>.ColCount Property

Gets or sets the number of columns in the FormLayout.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.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