Skip to main content

DailyPrintStyle() Constructor

Initializes a new instance of the DailyPrintStyle class with the default settings.

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public DailyPrintStyle()

Remarks

Creates a DailyPrintStyle instance with the SchedulerPrintStyle.BaseStyle property set to true indicating that this is the base printing style.

See Also