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

BootstrapDialogLayoutElementCollection<TViewModel>.CreateField<TCustomViewModel, TField>(Expression<Func<TCustomViewModel, TField>>, Action<BootstrapDialogField<TCustomViewModel>>) Method

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

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

Parameters

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

Type Parameters

Name
TCustomViewModel
TField

Returns

Type
BootstrapDialogField<TCustomViewModel>
See Also