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.v25.2.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| baseStyle | Boolean | true if it is a base printing style; otherwise, false. |
See Also