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

BootstrapGridBootstrapSpecificSettings.Sizing Property

Specifies the sizing mode of the Grid View elements.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(BootstrapSizing.NotSet)]
public virtual BootstrapSizing Sizing { get; set; }

Property Value

Type Default Description
BootstrapSizing **NotSet**

One of the BootstrapSizing values.

Available values:

Name Description
NotSet

A sizing option is not specified.

Small

A control displays visual elements of small size.

Normal

A control displays visual elements of normal size.

Large

A control displays visual elements of large size.

Property Paths

You can access this nested property as listed below:

Object Type Path to Sizing
BootstrapCardView
BootstrapGridView
See Also