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

ASPxSiteMapControlBase.FindControl(SiteMapNode, String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public Control FindControl(
    SiteMapNode node,
    string id
)

Parameters

Name Type Description
node SiteMapNode

A SiteMapNode object representing a node to search.

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