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

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapSchedulerRecurrenceDialogSettings<T, BootstrapDialogLayoutElementCollection<T>> UseViewModel<T>()
    where T : RecurrenceEditDialogViewModel<T>, new()

Type Parameters

Name
T

Returns

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