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

BootstrapUIWidgetExportSettings.FileName Property

Specifies a default name for the file to which the widget will be exported.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue("file")]
public string FileName { get; set; }

Property Value

Type Default Description
String "file"

A string specifying the default file name.

Property Paths

You can access this nested property as listed below:

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