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
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public void Assign(
IRecurrenceInfo src
)
Parameters
Name | Type | Description |
---|---|---|
src | IRecurrenceInfo | The object whose properties the current object should copy. |
Implements
See Also