IDashboardControl.PrintPreviewType Property
In This Article
Gets or sets the type of Print Preview used to preview dashboard items or the entire dashboard.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
DashboardPrintPreviewType PrintPreviewType { get; set; }
#Property Value
Type | Description |
---|---|
Dashboard |
The Dashboard |
Available values:
Name | Description |
---|---|
Ribbon |
A ribbon toolbar is used in the Print Preview. |
Standard |
A standard toolbar is used in the Print Preview. |
See Also