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

DailyPrintStyle.Kind Property

Gets the main characteristic of the printing style.

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public override SchedulerPrintStyleKind Kind { get; }

Property Value

Type Description
SchedulerPrintStyleKind

A SchedulerPrintStyleKind.Daily enumeration member.

Available values:

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.

PrintStyleDaily

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.

PrintStyleWeekly

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.

PrintStyleMonthly

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.

PrintStyleTriFold

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.

PrintStyleCalendarDetails

Memo

A style which prints all the data of the selected appointments in a memo-like fashion.

PrintStyleMemo

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.

See Also