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

SchedulerPrintStyle.Clone() Method

Creates a copy of the current SchedulerPrintStyle object.

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v19.1.dll

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