Skip to main content

SchedulerControl.GetPrintPreviewDocument(SchedulerPrintStyle) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public PrintingSystemBase GetPrintPreviewDocument(
    SchedulerPrintStyle printStyle
)

Parameters

Name Type
printStyle SchedulerPrintStyle

Returns

Type
PrintingSystemBase

Remarks

;

See Also