Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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
BootstrapWebClientUIWidgetEx
.SettingsExport .FileName
See Also