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

RecurrenceInfo.Assign(IRecurrenceInfo) Method

Copies all properties from the specified recurrence info to the current object.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public void Assign(
    IRecurrenceInfo src
)

Parameters

Name Type Description
src IRecurrenceInfo

The object whose properties the current object should copy.

See Also