Skip to main content
All docs
V25.1
  • DxExcelExportOptions.Format Property

    Specifies the Excel format in which the dashboard item is exported.

    Namespace: DevExpress.DashboardBlazor

    Assembly: DevExpress.Dashboard.v25.1.Blazor.dll

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

    [Parameter]
    public ExcelFormat Format { get; set; }

    Property Value

    Type Description
    ExcelFormat

    An ExcelFormat object that specifies the Excel format in which the dashboard item is exported.

    Available values:

    Name Description
    Csv

    A comma-separated values (CSV) file format.

    Xls

    The Excel 97 - Excel 2003 (XLS) file format.

    Xlsx

    The Office Excel 2007 XML-based (XLSX) file format.

    See Also