Back to Devexpress

CloudControlItemCollection Class

aspnet-devexpress-dot-web-50657512.md

latest2.8 KB
Original Source

CloudControlItemCollection Class

Represents a collection of CloudControlItem objects.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CloudControlItemCollection :
    Collection<CloudControlItem>
vb
Public Class CloudControlItemCollection
    Inherits Collection(Of 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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<CloudControlItem>

ICollection<CloudControlItem>

IEnumerable<CloudControlItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<CloudControlItem> CloudControlItemCollection

See Also

CloudControlItemCollection Members

Items

Tag Cloud Control

DevExpress.Web Namespace