Skip to main content

DailyPrintStyle(Boolean) Constructor

Creates a new instance of the DailyPrintStyle class and specifies whether it is a base printing style.

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public DailyPrintStyle(
    bool baseStyle
)

Parameters

Name Type Description
baseStyle Boolean

true if it is a base printing style; otherwise, false.

See Also