Back to Devexpress

DxExportSettings.FileName Property

blazor-devexpress-dot-blazor-dot-dxexportsettings-75ec3f23.md

latest949 B
Original Source

DxExportSettings.FileName Property

Specifies the name of the exported file.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
String"file"

The name of the exported file.

|

Remarks

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

See Also

DxExportSettings Class

DxExportSettings Members

DevExpress.Blazor Namespace