Skip to main content
All docs
V19.2
Tab

LayoutGroup.ColCount Property

Gets or sets the number of columns in the layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Int32 1

An integer that specifies the number of columns displayed within the layout group.

See Also