BootstrapDialogLayoutElementCollection<TViewModel>.CreateGroup<TField>(Expression<Func<TViewModel, TField>>) Method
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapDialogFieldGroup<TViewModel> CreateGroup<TField>(
Expression<Func<TViewModel, TField>> getter
)
Parameters
| Name | Type |
|---|---|
| getter | Expression<Func<TViewModel, TField>> |
Type Parameters
| Name |
|---|
| TField |
Returns
| Type |
|---|
| BootstrapDialogFieldGroup<TViewModel> |
See Also