Skip to main content

SchedulerPrintStyle.Clone() Method

Creates a copy of the current SchedulerPrintStyle object.

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual object Clone()

Returns

Type Description
Object

A SchedulerPrintStyle object which is a copy of the current object.

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