Skip to main content
A newer version of this page is available. .

BootstrapEditModeCommandLayoutItem.ColSpanLg Property

Specifies the number of virtual columns a command layout item occupies on screens with a resolution greater than or equal to 992px.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(0)]
public int ColSpanLg { 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