CloudControlItemCollection Class
Represents a collection of CloudControlItem objects.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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