Skip to main content
Tab

CloudControlItemCollection.Item[String] Property

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