Skip to main content

BootstrapGridViewColumnLayoutItemBuilder.ColSpanMd(Int32) Method

Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 768px.

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public BootstrapGridViewColumnLayoutItemBuilder ColSpanMd(
    int colSpanMd
)

Parameters

Name Type
colSpanMd Int32

Returns

Type
BootstrapGridViewColumnLayoutItemBuilder

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also