DashboardPrintPreviewType Enum
Lists values that specify the type of the Print Preview.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
Declaration
Members
Name | Description |
---|---|
RibbonPreview
|
A ribbon toolbar is used in the Print Preview. |
StandardPreview
|
A standard toolbar is used in the Print Preview. |
Remarks
Values listed by this enumeration are used to set the DashboardDesigner.PrintPreviewType and DashboardViewer.PrintPreviewType properties.
See Also