CloudControlItemCollection.Item[String] Property
In This Article
Provides access to individual items in the collection by their names.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CloudControlItem this[string name] { get; }
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value specifying the name of the custom item to get. |
#Property Value
Type | Description |
---|---|
Cloud |
A Cloud |
#Remarks
The Item property allows you to obtain an item specified by a unique name, assigned to its CloudControlItem.Name property. If no such object is found, the property returns null.
See Also