IRecurrenceInfo.Assign(IRecurrenceInfo) Method
Copies all the settings from the IRecurrenceInfo 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 | A IRecurrenceInfo object whose settings are assigned to the current object. |
Remarks
The current IRecurrenceInfo object retains its ID. To copy the ID value from the source object, use another method override.
See Also