CloudControlItemCollection Class
In This Article
Represents a collection of CloudControlItem objects.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class CloudControlItemCollection :
Collection<CloudControlItem>
#Related API Members
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.
#Implements
DevExpress.Utils.IAssignableCollection
#Inheritance
See Also