Back to Devexpress

ASPxDashboard.AllowExportDashboardItems Property

dashboard-devexpress-dot-dashboardweb-dot-aspxdashboard-9446f971.md

latest1.5 KB
Original Source

ASPxDashboard.AllowExportDashboardItems Property

Gets or sets whether the dashboard items can be exported by end-users.

Namespace : DevExpress.DashboardWeb

Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[DefaultValue(true)]
public bool AllowExportDashboardItems { get; set; }
vb
<DefaultValue(True)>
Public Property AllowExportDashboardItems As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , if end-users can export the dashboard items; otherwise, false.

|

Remarks

Use the ASPxDashboard.AllowExportDashboard property to allow or disallow the export of the entire dashboard.

See Also

ASPxDashboard Class

ASPxDashboard Members

DevExpress.DashboardWeb Namespace