DashboardPrintPreviewType Enum
In This Article
Lists values that specify the type of the Print Preview.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
#Members
Name | Description |
---|---|
Ribbon
|
A ribbon toolbar is used in the Print Preview. |
Standard
|
A standard toolbar is used in the Print Preview. |
#Related API Members
The following properties accept/return DashboardPrintPreviewType values:
#Remarks
Values listed by this enumeration are used to set the DashboardDesigner.PrintPreviewType and DashboardViewer.PrintPreviewType properties.
See Also