CloudControlItemCollection.FindByNameOrIndex(String) Method
Returns an item object with the specified CloudControlItem.Name value or CollectionItem.Index value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| nameOrIndex | String | A String value representing the name or index of the required item. |
Returns
| Type | Description |
|---|---|
| CloudControlItem | A CloudControlItem object representing the found item. |
Remarks
Use this method to obtain an item, specifying either its a unique name assigned to the CloudControlItem.Name property, or its index within the ASPxCloudControl.Items collection.
See Also