SchedulerFormTemplateContainer.FindControl(String) Method
Searches the form for a control with the specified id parameter.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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