RecurrenceInfo.Assign(IRecurrenceInfo, Boolean) Method
Copies all the settings from the RecurrenceInfo object passed as a parameter.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
src | IRecurrenceInfo | An RecurrenceInfo object whose settings are assigned to the current object. |
assignId | Boolean | True to copy the PersistentObject.Id object identifier; otherwise, false. |
Implements
See Also