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

BootstrapUIWidgetExportSettings.Formats Property

Specifies a set of formats available for export.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public string[] Formats { get; set; }

Property Value

Type Description
String[]

An array of strings specifying available export formats.

Property Paths

You can access this nested property as listed below:

Object Type Path to Formats
BootstrapChart
.SettingsExport.Formats
BootstrapChartBase
.SettingsExport.Formats
BootstrapCoordinateSystemChart
.SettingsExport.Formats
BootstrapPieChart
.SettingsExport.Formats
BootstrapPolarChart
.SettingsExport.Formats
BootstrapRangeSelector
.SettingsExport.Formats
BootstrapWebClientUIWidgetEx
.SettingsExport.Formats
See Also