DxExportSettings.FileName Property
Specifies the name of the exported file.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue("file")]
[Parameter]
public string FileName { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | "file" | The name of the exported file. |
Remarks
Refer to the DxExportSettings class description for more information and an example.
See Also