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

DailyPrintStyle() Constructor

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

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v19.1.dll

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