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

WorkDaysCollection.Assign(WorkDaysCollection) Method

Copies all the settings from the WorkDaysCollection object passed as a parameter.

Namespace: DevExpress.XtraScheduler

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

Declaration

public virtual void Assign(
    WorkDaysCollection source
)

Parameters

Name Type Description
source WorkDaysCollection

An WorkDaysCollection object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a ArgumentNullException will be thrown.

Remarks

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

See Also