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

BootstrapDialogLayoutElementCollection<TViewModel>.CreateGroup<TCustomViewModel>(String, Action<BootstrapDialogFieldGroup<TCustomViewModel>>) Method

Namespace: DevExpress.Web.Bootstrap

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

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