A newer version of this page is available.
Switch to the current version.
BootstrapGridBootstrapSpecificSettings.Sizing Property
Specifies the sizing mode of the Grid View elements.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(BootstrapSizing.NotSet)]
public virtual BootstrapSizing Sizing { get; set; }
<DefaultValue(BootstrapSizing.NotSet)>
Public Overridable Property Sizing As BootstrapSizing
Property Value
Type | Default | Description |
---|---|---|
BootstrapSizing | NotSet |
One of the BootstrapSizing values. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Sizing |
---|---|
BootstrapCardView |
|
BootstrapGridView |
|
See Also
Feedback