Back to Devexpress

ASPxTreeList.FindEditCellTemplateControl(TreeListDataColumn, String) Method

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-aspxtreelist-dot-findeditcelltemplatecontrol-x28-devexpress-dot-web-dot-aspxtreelist-dot-treelistdatacolumn-system-dot-string-x29.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public Control FindEditCellTemplateControl(
    TreeListDataColumn column,
    string id
)
vb
Public Function FindEditCellTemplateControl(
    column As TreeListDataColumn,
    id As String
) As Control

Parameters

NameTypeDescription
columnTreeListDataColumn

A TreeListDataColumn descendant that is the data column.

| | id | String |

A String value that identifies the control within the specified cell.

|

Returns

TypeDescription
Control

A Control object that is the control contained within the specified cell’s template.

|

Remarks

For more information, see Templates.

See Also

Tree List

ASPxTreeList Class

ASPxTreeList Members

DevExpress.Web.ASPxTreeList Namespace