Skip to main content
Tab

CloudControlItemCollection Class

Represents a collection of CloudControlItem objects.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CloudControlItemCollection :
    Collection<CloudControlItem>

The following members return CloudControlItemCollection objects:

Remarks

The CloudControlItemCollection class manages a collection of CloudControlItem objects. Individual items can be accessed using index notation via the CloudControlItemCollection.Item property.

The CloudControlItemCollection collection can be accessed via the ASPxCloudControl.Items property.

See Also