BootstrapDialogLayoutElementCollection<TViewModel>.CreateTabbedGroup<TField>(Expression<Func<TViewModel, TField>>, Action<BootstrapDialogTabbedFieldGroup<TViewModel>>) Method
In This Article
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
#Declaration
public BootstrapDialogTabbedFieldGroup<TViewModel> CreateTabbedGroup<TField>(
Expression<Func<TViewModel, TField>> getter,
Action<BootstrapDialogTabbedFieldGroup<TViewModel>> setup
)
#Parameters
Name | Type |
---|---|
getter | Expression<Func<TView |
setup | Action<Bootstrap |
#Type Parameters
Name |
---|
TField |
#Returns
Type |
---|
Bootstrap |
See Also