Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public Control FindEditCellTemplateControl(
    TreeListDataColumn column,
    string id
)

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