BootstrapDialogLayoutElementCollection<TViewModel>.CreateTabbedGroup(String, Action<BootstrapDialogTabbedFieldGroup<TViewModel>>) Method
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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