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

    Specifies the image format of the exported dashboard/dashboard item.

    Namespace: DevExpress.DashboardBlazor

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

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

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

    Property Value

    Type Description
    DashboardExportImageFormat

    A DashboardExportImageFormat object that specifies the image format of the exported dashboard/dashboard item.

    Available values:

    Name Description
    Png

    The PNG image format.

    Jpeg

    The JPG image format.

    Gif

    The GIF image format.

    Svg

    The SVG image format.

    See Also