Skip to main content
A newer version of this page is available. .

DashboardControlBase.AllowPrintDashboardItems Property

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

Namespace: DevExpress.DashboardWpf

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public bool AllowPrintDashboardItems { get; set; }

Property Value

Type Description
Boolean

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

See Also