MonthlyRecurrenceViewModel.Save(IRecurrenceInfo) Method
In This Article
Applies the view model’s specified settings to the recurrence information object.
Namespace: DevExpress.Web.ASPxScheduler.Dialogs
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public override void Save(
IRecurrenceInfo recurrenceInfo
)
#Parameters
Name | Type | Description |
---|---|---|
recurrence |
IRecurrence |
An IRecurrence |
See Also