Skip to main content

PersistentObject.Assign(IPersistentObject) Method

Copies all settings from the object passed as the parameter to the current object.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public virtual void Assign(
    IPersistentObject source
)

Parameters

Name Type Description
source IPersistentObject

A IPersistentObject object whose settings are assigned to the current object.

Remarks

The Assign method allows the settings of the specified IPersistentObject object to be copied to the current PersistentObject object.

See Also