ASPxDashboard.AllowExportDashboardItems Property
In This Article
Gets or sets whether the dashboard items can be exported by end-users.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | 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