Skip to main content

AppointmentRecurrenceFormExtension Class

An extension object that implements the Appointment Recurrence Form.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class AppointmentRecurrenceFormExtension :
    ExtensionBase

Remarks

@Html.DevExpress().AppointmentRecurrenceForm(
    settings => {
        settings.Name = "RecurrenceControl";
        // ...
}).Bind(Model).GetHtml()

Run Demo: MVC Scheduler - Custom Forms

Inheritance

Object
ExtensionBase
AppointmentRecurrenceFormExtension
See Also