IRecurrenceInfo.Assign(IRecurrenceInfo, Boolean) Method
Copies the settings from the IRecurrenceInfo object passed as a parameter and assigns the same id if required.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
src | IRecurrenceInfo | A IRecurrenceInfo object whose settings are assigned to the current object. |
assignId | Boolean | True, to assign the ID of the specified object to the current object; otherwise, false. |
See Also