BootstrapSchedulerAppointmentInplaceEditDialogSettings<TViewModel, TLayoutElements>.UseViewModel<T>() Method
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapSchedulerAppointmentInplaceEditDialogSettings<T, BootstrapDialogLayoutElementCollection<T>> UseViewModel<T>()
where T : AppointmentInplaceEditDialogViewModel<T>, new()
Type Parameters
| Name |
|---|
| T |
Returns
| Type |
|---|
| BootstrapSchedulerAppointmentInplaceEditDialogSettings<T, BootstrapDialogLayoutElementCollection<T>> |
See Also