CloudControlItemCollection.FindByName(String) Method
OBSOLETE
Use the Item[string name] property instead.
Returns an item object with the specified CloudControlItem.Name property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[Obsolete("Use the Item[string name] property instead.")]
public CloudControlItem FindByName(
string name
)
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value representing the CloudControlItem.Name property value of the required item. |
Returns
Type | Description |
---|---|
CloudControlItem | A CloudControlItem object with a specific value of the CloudControlItem.Name property. |
Remarks
Use this method to obtain an item specified by a unique name assigned to its CloudControlItem.Name property.
See Also