Skip to main content

BootstrapDialogLayoutElementCollection<TViewModel>.CreateGroup<TCustomViewModel, TField>(Expression<Func<TCustomViewModel, TField>>, Action<BootstrapDialogFieldGroup<TCustomViewModel>>) Method

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapDialogFieldGroup<TCustomViewModel> CreateGroup<TCustomViewModel, TField>(
    Expression<Func<TCustomViewModel, TField>> getter,
    Action<BootstrapDialogFieldGroup<TCustomViewModel>> setup
)
    where TCustomViewModel : TViewModel

Parameters

Name Type
getter Expression<Func<TCustomViewModel, TField>>
setup Action<BootstrapDialogFieldGroup<TCustomViewModel>>

Type Parameters

Name
TCustomViewModel
TField

Returns

Type
BootstrapDialogFieldGroup<TCustomViewModel>
See Also