Skip to main content
A newer version of this page is available. .
Tab

CloudControlItemCollection.Add(String, Double) Method

Creates a new item with the specified text and value, and adds it to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void Add(
    string text,
    double value
)

Parameters

Name Type Description
text String

A string value that specifies the item’s description.

value Double

A Double value that specifies the item’s value (weight).

See Also