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

BootstrapDialogLayoutElementCollection<TViewModel>.CreateTabbedGroup<TCustomViewModel, TField>(Expression<Func<TCustomViewModel, TField>>) Method

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapDialogTabbedFieldGroup<TCustomViewModel> CreateTabbedGroup<TCustomViewModel, TField>(
    Expression<Func<TCustomViewModel, TField>> getter
)
    where TCustomViewModel : TViewModel

Parameters

Name Type
getter Expression<Func<TCustomViewModel, TField>>

Type Parameters

Name
TCustomViewModel
TField

Returns

Type
BootstrapDialogTabbedFieldGroup<TCustomViewModel>
See Also