Skip to main content

BootstrapCardViewCommandLayoutItem.ColSpanXl Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(0)]
public int ColSpanXl { get; set; }

Property Value

Type Default Description
Int32 0

An integer value specifying the number of virtual columns.

Remarks

Note

View the Demo To see this feature in action, please refer to the following online demo: Default Form Layout.

See Also