Skip to main content

BootstrapChartAdaptivitySettings.Width Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.1.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(80)]
public double Width { 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 Width
BootstrapChartBase
See Also