Skip to main content
Tab

CloudControlItem(String, Double) Constructor

Initializes a new instance of the CloudControlItem class with the specified text and value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CloudControlItem(
    string text,
    double value
)

Parameters

Name Type Description
text String

A string value that specifies the item’s text. This value is assigned to the CloudControlItem.Text property.

value Double

A Double value that specifies the item’s value (weight). This value is assigned to the CloudControlItem.Value property.

See Also