Skip to main content
Tab

CloudControlItem(String, Double, String, String) Constructor

Initializes a new instance of the CloudControlItem class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CloudControlItem(
    string text,
    double value,
    string url,
    string name
)

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