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

IPersistentObject.Assign(IPersistentObject) Method

Copies all properties of the object passed as the parameter to the current object.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

void Assign(
    IPersistentObject source
)

Parameters

Name Type Description
source IPersistentObject

An 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 IPersistentObject object.

See Also