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

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Parameters

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

Type Parameters

Name
TCustomViewModel
TField

Returns

Type
BootstrapDialogTabbedFieldGroup<TCustomViewModel>
See Also