Skip to main content

BootstrapSchedulerRecurrentAppointmentDeleteDialogSettings<TViewModel, TLayoutElements>.UseViewModel<T>() Method

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapSchedulerRecurrentAppointmentDeleteDialogSettings<T, BootstrapDialogLayoutElementCollection<T>> UseViewModel<T>()
    where T : RecurrentAppointmentDeleteDialogViewModel<T>, new()

Type Parameters

Name
T

Returns

Type
BootstrapSchedulerRecurrentAppointmentDeleteDialogSettings<T, BootstrapDialogLayoutElementCollection<T>>
See Also