Skip to main content
All docs
V23.1
Tab

DialogViewModelBase.PopulateDataItemsMethod<TValue> Delegate

A method that populates data items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.1.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void PopulateDataItemsMethod<TValue>(
    DialogViewModelBase.AddDataItemMethod<TValue> addDataItemDelegate
);

Parameters

Name Type Description
addDataItemDelegate DialogViewModelBase.AddDataItemMethod<TValue>

A delegate method.

Type Parameters

Name
TValue
See Also