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

BootstrapDialogLayoutElementCollection<TViewModel>.CreateTabbedGroup(String, Action<BootstrapDialogTabbedFieldGroup<TViewModel>>) Method

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapDialogTabbedFieldGroup<TViewModel> CreateTabbedGroup(
    string name,
    Action<BootstrapDialogTabbedFieldGroup<TViewModel>> setup
)

Parameters

Name Type
name String
setup Action<BootstrapDialogTabbedFieldGroup<TViewModel>>

Returns

Type
BootstrapDialogTabbedFieldGroup<TViewModel>
See Also