BootstrapGridSizing Enum
Lists values that define the sizing of a grid.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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