RecurrenceInfo.Assign(IRecurrenceInfo) Method
Copies all settings from the options object passed as the parameter to the current object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
src | IRecurrenceInfo | An IRecurrenceInfo object whose settings are assigned to the current object. |
Implements
See Also