BootstrapDialogLayoutElementCollection<TViewModel>.CreateGroup<TCustomViewModel>(String, Action<BootstrapDialogFieldGroup<TCustomViewModel>>) Method
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapDialogFieldGroup<TCustomViewModel> CreateGroup<TCustomViewModel>(
string name,
Action<BootstrapDialogFieldGroup<TCustomViewModel>> setup
)
where TCustomViewModel : TViewModel
Parameters
Name | Type |
---|---|
name | String |
setup | Action<BootstrapDialogFieldGroup<TCustomViewModel>> |
Type Parameters
Name |
---|
TCustomViewModel |
Returns
Type |
---|
BootstrapDialogFieldGroup<TCustomViewModel> |
See Also