ASPxTreeList.FindEditFormTemplateControl(String) Method
Searches for the specified server control contained within the Edit Form‘s template.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | String | A String value that identifies the control within the Edit Form. |
Returns
| Type | Description |
|---|---|
| Control | A Control object that represents the control contained within the Edit Form. |
Remarks
For more information, see Templates.
See Also