ASPxTreeList.FindEditCellTemplateControl(TreeListDataColumn, String) Method
Searches for the specified server control contained within the specified edit cell’s template.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| column | TreeListDataColumn | A TreeListDataColumn descendant that is the data column. |
| id | String | A String value that identifies the control within the specified cell. |
Returns
| Type | Description |
|---|---|
| Control | A Control object that is the control contained within the specified cell’s template. |
Remarks
For more information, see Templates.
See Also