Skip to main content
A newer version of this page is available. .
Tab

ASPxCloudControl.Items Property

Gets the collection of items in the ASPxCloudControl.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CloudControlItemCollection Items { get; }

Property Value

Type Description
CloudControlItemCollection

A CloudControlItemCollection object that represents a collection of items in the ASPxCloudControl.

Remarks

Use the Items property to access a collection of items within the ASPxCloudControl. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.

Note

If the ASPxCloudControl is data bound, the Items property is ignored.

See Also