Skip to main content
Tab

DialogViewModelBase.AddDataItemMethod<TValue> Delegate

A method that adds a data item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void AddDataItemMethod<TValue>(
    string text,
    TValue value
);

Parameters

Name Type Description
text String

The data item text.

value TValue

The data item type.

Type Parameters

Name Description
TValue

The data item value.

See Also