ASPxTitleIndex.FindControl(TitleIndexItem, String) Method
Searches the current naming container’s specified item for a server control with the specified id parameter.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | TitleIndexItem | A TitleIndexItem object representing an item to search for. |
id | String | The identifier for the control to be found. |
Returns
Type | Description |
---|---|
Control | A Control object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist. |
See Also