BootstrapSchedulerGotoDateDialogSettings<TViewModel, TLayoutElements>.UseViewModel<T>() Method
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapSchedulerGotoDateDialogSettings<T, BootstrapDialogLayoutElementCollection<T>> UseViewModel<T>()
where T : GotoDateDialogViewModel<T>, new()
Type Parameters
Name |
---|
T |
Returns
Type |
---|
BootstrapSchedulerGotoDateDialogSettings<T, BootstrapDialogLayoutElementCollection<T>> |
See Also