Back to Devexpress

ASPxCloudControl.Items Property

aspnet-devexpress-dot-web-dot-aspxcloudcontrol-260516a8.md

latest1.6 KB
Original Source

ASPxCloudControl.Items Property

Gets the collection of items in the ASPxCloudControl.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CloudControlItemCollection Items { get; }
vb
Public ReadOnly Property Items As CloudControlItemCollection

Property Value

TypeDescription
CloudControlItemCollection

A CloudControlItemCollection object that represents a collection of items in the ASPxCloudControl.

|

Remarks

Use the Items property to access a collection of items within the ASPxCloudControl. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.

Note

If the ASPxCloudControl is data bound, the Items property is ignored.

See Also

Tag Cloud Control

ASPxCloudControl Class

ASPxCloudControl Members

DevExpress.Web Namespace