ASPxTreeList.FindEditCellTemplateControl(TreeListDataColumn, String) Method
In This Article
Searches for the specified server control contained within the specified edit cell’s template.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public Control FindEditCellTemplateControl(
TreeListDataColumn column,
string id
)
#Parameters
Name | Type | Description |
---|---|---|
column | Tree |
A Tree |
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