CloudControlItemCollection.Item[String] Property
Provides access to individual items in the collection by their names.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value specifying the name of the custom item to get. |
Property Value
Type | Description |
---|---|
CloudControlItem | A CloudControlItem object that is an item with the specified name. |
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