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

SchedulerFormTemplateContainer.FindControl(String) Method

Searches the form for a control with the specified id parameter.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public override Control FindControl(
    string id
)

Parameters

Name Type Description
id String

The identifier string for the control to be found.

Returns

Type Description
Control

The control, or a null reference (Nothing in Visual Basic) if the specified control does not exist.

See Also