ASPxTitleIndex.FindControl(Object, String) Method
In This Article
Searches the current naming container’s specified group header for a server control with the specified id parameter.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
group |
Object | A Site |
id | String | The identifier for the control being sought. |
#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