SchedulerPrintStyleKind Enum
Lists the styles available for printing the scheduler’s data.
Namespace: DevExpress.XtraScheduler.Printing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Members
Name | Description |
---|---|
Daily
|
A style which prints the calendar in the specified interval one day per page. Each page includes the reference month calendar in the page header. |
Weekly
|
A style which prints the selected date range so that each week is printed on one or two separate pages. The page header includes the reference calendars for the selected and the following months. |
Monthly
|
A style which prints a calendar page or two for each month in the selected date range. Each month containing appointments includes the reference month calendar in the page header. |
TriFold
|
A style which prints the calendar of the specified interval in three columns, each column having its own printing style - Daily, Weekly or Monthly. |
CalendarDetails
|
A style which lists appointments in the specified interval in chronological order. The printout is a table with two columns grouped by date. The first column indicates the appointment time, the next column contains appointment details. |
Memo
|
A style which prints all the data of the selected appointments in a memo-like fashion. |
Default
|
Default style for the current Scheduler view. If the ActiveViewType is Month, the default print style is Monthly, for the Week view the default print style is Weekly. Otherwise, it is Daily. |
Related API Members
The following properties accept/return SchedulerPrintStyleKind values:
Remarks
Use this enumeration’s members to specify the print style when printing a Scheduler Control. This enumeration’s values are used to obtain print style from the SchedulerControl.PrintStyles collection and specify the default style by the SchedulerOptionsPrint.PrintStyle property.