Skip to main content

BootstrapGridSizing Enum

Lists values that define the sizing of a grid.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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