Skip to main content

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Parameters

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

Type Parameters

Name
TField

Returns

Type
BootstrapDialogFieldGroup<TViewModel>
See Also