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

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public BootstrapSchedulerReminderDialogSettings<T, BootstrapDialogLayoutElementCollection<T>> UseViewModel<T>()
    where T : ReminderDialogViewModel<T>, new()

Type Parameters

Name
T

Returns

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