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

BootstrapDialogNestedFieldCollection<TViewModel>.CreateNestedField<TField>(Expression<Func<TViewModel, TField>>, Action<BootstrapDialogNestedField>) Method

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapDialogNestedField CreateNestedField<TField>(
    Expression<Func<TViewModel, TField>> getter,
    Action<BootstrapDialogNestedField> setup
)

Parameters

Name Type
getter Expression<Func<TViewModel, TField>>
setup Action<BootstrapDialogNestedField>

Type Parameters

Name
TField

Returns

Type
BootstrapDialogNestedField
See Also