Skip to main content
All docs
V25.1
  • Tab

    DialogViewModelBase.SetDataItemsFor<TViewModel, TField>(Expression<Func<TViewModel, TField>>, DialogViewModelBase.CreateDataItemsMethod) Method

    Specifies data for data items.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public void SetDataItemsFor<TViewModel, TField>(
        Expression<Func<TViewModel, TField>> getter,
        DialogViewModelBase.CreateDataItemsMethod createDataItemsMethod
    )

    Parameters

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

    The expression that identifies the field ID.

    createDataItemsMethod DialogViewModelBase.CreateDataItemsMethod

    A delegate method.

    Type Parameters

    Name Description
    TViewModel

    The type of the view model.

    TField

    The type of the field.

    See Also