aspnet-devexpress-dot-web-50657512.md
Represents a collection of CloudControlItem objects.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CloudControlItemCollection :
Collection<CloudControlItem>
Public Class CloudControlItemCollection
Inherits Collection(Of CloudControlItem)
The following members return CloudControlItemCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<CloudControlItem> CloudControlItemCollection
See Also