Skip to main content

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapDialogOptionField CreateOptionField<TField>(
    Expression<Func<TViewModel, TField>> getter,
    TField value
)

Parameters

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

Type Parameters

Name
TField

Returns

Type
BootstrapDialogOptionField
See Also