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

BootstrapDropDownEdit.FindControl(String) Method

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public override Control FindControl(
    string id
)

Parameters

Name Type Description
id String

The identifier for the control to be found.

Returns

Type Description
Control

A Control object that is the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.

See Also