Skip to main content
All docs
V25.1
  • Tab

    DialogViewModelBase.AddDataItemMethod<TValue> Delegate

    A method that adds a data item.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    #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