Skip to main content

DashboardControlBase.AllowPrintDashboard Property

Gets or sets whether the end-user can print or export a dashboard.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Xpf.Dashboard.v23.2.dll

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public bool AllowPrintDashboard { get; set; }

Property Value

Type Description
Boolean

True to show the Export To button and allow the end-user to print or export the dashboard; otherwise, false.

See Also