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

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Parameters

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

Type Parameters

Name
TField

Returns

Type
BootstrapDialogTabbedFieldGroup<TViewModel>
See Also