DxSchedulerRecurrenceInfo.Assign(ISchedulerRecurrenceInfo) Method
Copies all the settings from the DxSchedulerRecurrenceInfo object passed as a parameter.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public void Assign(
ISchedulerRecurrenceInfo src
)
Parameters
Name | Type | Description |
---|---|---|
src | ISchedulerRecurrenceInfo | An object whose settings are assigned to the current object. |
Remarks
The current object retains its ID. To copy the ID value from the source object, use a different method override.
Implements
See Also