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