CloudControlItem(String, Double) Constructor
Initializes a new instance of the CloudControlItem class with the specified text and value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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