SchedulerControl.Print(SchedulerPrintStyle) Method
Prints the Scheduler control’s data using the specified print style.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
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