SchedulerControl.Print(SchedulerPrintStyle) Method
In This Article
Prints the Scheduler control’s data using the specified print style.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public void Print(
SchedulerPrintStyle printStyle
)
#Parameters
Name | Type | Description |
---|---|---|
print |
Scheduler |
A Scheduler |
#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