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