Skip to main content
Tab

DialogViewModelBase.PopulateDataItemsMethod<TValue> Delegate

A method that populates data items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.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