Skip to main content

MonthlyRecurrenceViewModel.Save(IRecurrenceInfo) Method

Applies the view model’s specified settings to the recurrence information object.

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public override void Save(
    IRecurrenceInfo recurrenceInfo
)

Parameters

Name Type Description
recurrenceInfo IRecurrenceInfo

An IRecurrenceInfo object.

See Also