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

BootstrapGridSizing Enum

Lists values that define the sizing of a grid.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public enum BootstrapGridSizing

Members

Name Description
ExtraSmall

The Grid View displays elements of extra small size.

Small

The Grid View displays elements of small size.

Medium

The Grid View displays elements of medium size.

Large

The Grid View displays elements of large size.

ExtraLarge

The Grid View displays extra large size elements.

See Also