Back to Devexpress

DxExportSettings.Formats Property

blazor-devexpress-dot-blazor-dot-dxexportsettings-19f10e12.md

latest1.0 KB
Original Source

DxExportSettings.Formats Property

Specifies all file formats available for export operations.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(null)]
[Parameter]
public DataExportFormat[] Formats { get; set; }

Property Value

TypeDefaultDescription
DataExportFormat[]null

An array of DataExportFormat values.

|

Remarks

Refer to the DxExportSettings class description for additional information and an example.

See Also

DxExportSettings Class

DxExportSettings Members

DevExpress.Blazor Namespace