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

    Specifies the resolution (in dpi) used to export a dashboard/dashboard item to an image.

    Namespace: DevExpress.DashboardBlazor

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

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

    [Parameter]
    public int Resolution { get; set; }

    Property Value

    Type Description
    Int32

    An integer value that specifies the resolution (in dpi) used when you export a dashboard/dashboard item as an image. The default value is 96.

    See Also