Skip to main content

BootstrapChartAdaptivitySettings.Height Property

Specifies the widget’s height small enough for the layout to begin adapting.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(80)]
public double Height { get; set; }

Property Value

Type Default Description
Double 80

A Double value.

Property Paths

You can access this nested property as listed below:

Object Type Path to Height
BootstrapChartBase
See Also