aspnetmvc-devexpress-dot-web-dot-mvc-753cf948.md
An extension object that implements the Appointment Recurrence Form.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class AppointmentRecurrenceFormExtension :
ExtensionBase
Public Class AppointmentRecurrenceFormExtension
Inherits ExtensionBase
The following members return AppointmentRecurrenceFormExtension objects:
@Html.DevExpress().AppointmentRecurrenceForm(
settings => {
settings.Name = "RecurrenceControl";
// ...
}).Bind(Model).GetHtml()
Run Demo: MVC Scheduler - Custom Forms
Object ExtensionBase AppointmentRecurrenceFormExtension
See Also