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

DashboardPrintPreviewType Enum

Lists values that specify the type of the Print Preview.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public enum DashboardPrintPreviewType

Members

Name Description
RibbonPreview

A ribbon toolbar is used in the Print Preview.

StandardPreview

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