Skip to main content
Tab

CloudControlItemCollection.Add() Method

In This Article

Creates a new item and adds it to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public CloudControlItem Add()

#Returns

Type Description
CloudControlItem

A CloudControlItem object that represents a new item.

See Also