Skip to main content
Tab

CloudControlItemCollection.Add(String, Double, String) Method

Creates a new item with the specified settings and adds it to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Add(
    string text,
    double value,
    string url
)

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).

url String

A string value that specifies the item’s URL.

See Also