Skip to main content
All docs
V26.1
  • DxDashboardExport.AllowExportDashboardItems Property

    Specifies whether a user can export dashboard items.

    Namespace: DevExpress.DashboardBlazor

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

    Declaration

    [Parameter]
    public bool AllowExportDashboardItems { get; set; }

    Property Value

    Type Description
    Boolean

    true if a user can export dashboard items; otherwise, false.

    See Also