SchedulerExtension.ConvertAppointment<T>(Appointment, MVCxAppointmentStorage) Method
In This Article
Returns the appointment of the specified type.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static T ConvertAppointment<T>(
Appointment appointment,
MVCxAppointmentStorage appointmentStorage
)
#Parameters
Name | Type | Description |
---|---|---|
appointment | Appointment | An Appointment object that is the appointment. |
appointment |
MVCx |
An MVCx |
#Type Parameters
Name |
---|
T |
#Returns
Type | Description |
---|---|
T | An appointment of the specified type. |
See Also