DashboardDesigner.AllowPrintDashboard Property
In This Article
Gets or sets whether end-users can print or export a dashboard.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[DefaultValue(true)]
public bool AllowPrintDashboard { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, if end-users can print/export a dashboard; otherwise, false. |
#Implements
See Also