Skip to main content
A newer version of this page is available. .
Tab

CloudControlItemCollection.Item[String] Property

Provides access to individual items in the collection by their names.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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
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