CloudControlItem(String, Double, String, String) Constructor
Initializes a new instance of the CloudControlItem class with the specified settings.
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. |
url | String | A Double value that specifies the item’s URL. This value is assigned to the CloudControlItem.NavigateUrl property. |
name | String | A Double value that specifies the item’s uniquee identifier name. This value is assigned to the CloudControlItem.Name property. |
See Also