Skip to main content

ISchedulerRecurrenceInfo.Assign(ISchedulerRecurrenceInfo) Method

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

void Assign(
    ISchedulerRecurrenceInfo src
)

Parameters

Name Type Description
src ISchedulerRecurrenceInfo

An object whose settings are assigned to the current object.

Remarks

The current object retains its ID. To copy the ID value from the source object, use a different method override.

See Also