Skip to main content
A newer version of this page is available. .

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Parameters

Name Type
create Func<T>

Type Parameters

Name
T

Returns

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