Skip to main content

ISchedulerRecurrenceInfo.Assign(ISchedulerRecurrenceInfo, Boolean) Method

Copies all the settings from the ISchedulerRecurrenceInfo object passed as a parameter and optionally assigns the same ID.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

void Assign(
    ISchedulerRecurrenceInfo src,
    bool assignId
)

Parameters

Name Type Description
src ISchedulerRecurrenceInfo

An object whose settings are assigned to the current object.

assignId Boolean

true to assign the the specified object’s ID to the current object; otherwise, false.

See Also