Skip to main content
A newer version of this page is available. .
Tab

ASPxTitleIndex.FindControl(Object, String) Method

Searches the current naming container’s specified group header for a server control with the specified id parameter.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public Control FindControl(
    object groupValue,
    string id
)

Parameters

Name Type Description
groupValue Object

A SiteMapNode object representing the value of the group whose header is searched.

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