Skip to main content

IRecurrenceInfo.Assign(IRecurrenceInfo, Boolean) Method

Copies the settings from the IRecurrenceInfo object passed as a parameter and assigns the same id if required.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

void Assign(
    IRecurrenceInfo src,
    bool assignId
)

Parameters

Name Type Description
src IRecurrenceInfo

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

assignId Boolean

True, to assign the ID of the specified object to the current object; otherwise, false.

See Also