SchedulerPrintStyle.Clone(Boolean) Method
In This Article
Creates a copy of the current SchedulerPrintStyle object, and if specified, preserves the option that indicates if this is a base style or not.
Namespace: DevExpress.XtraScheduler.Printing
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public SchedulerPrintStyle Clone(
bool keepBase
)
#Parameters
Name | Type | Description |
---|---|---|
keep |
Boolean | true to preserve the Scheduler |
#Returns
Type | Description |
---|---|
Scheduler |
A Scheduler |
#Remarks
This method creates a new instance of the SchedulerPrintStyle class and copies all the values of the current SchedulerPrintStyle‘s properties to it.
See Also