Skip to main content

WorkDaysCollection.Assign(WorkDaysCollection) Method

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

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