Skip to main content

BootstrapUIWidgetExportSettings.Formats Property

Specifies a set of formats available for export.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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