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

SchedulerControl.Print(SchedulerPrintStyle) Method

Prints the Scheduler control’s data using the specified print style.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public void Print(
    SchedulerPrintStyle printStyle
)

Parameters

Name Type Description
printStyle SchedulerPrintStyle

A SchedulerPrintStyle object which specifies the print style to be used when printing the Scheduler’s data.

Remarks

Use this method to print the scheduler’s data using the specified print style. All the available print styles are contained in the SchedulerControl.PrintStyles collection.

To verify that the scheduler can be printed, check the SchedulerControl.IsPrintingAvailable property’s value.

See Also