AppointmentRecurrenceFormExtension.Bind(RecurrenceInfo) Method
Binds the form to recurrence data.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public AppointmentRecurrenceFormExtension Bind(
RecurrenceInfo recurrenceInfo
)
#Parameters
Name | Type | Description |
---|---|---|
recurrence |
Recurrence |
A Recurrence |
#Returns
Type | Description |
---|---|
Appointment |
A Appointment |
#Remarks
Use the Bind method to implement a standalone recurrence form.
@Html.DevExpress().AppointmentRecurrenceForm(
settings => {
settings.Name = "RecurrenceControl";
// ...
}).Bind(Model).GetHtml()