Skip to main content
A newer version of this page is available. .

ASPxTreeList.FindFilterCellTemplateControl(TreeListColumn, String) Method

Searches for the server control contained within the specified filter row cell template.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public Control FindFilterCellTemplateControl(
    TreeListColumn column,
    string id
)

Parameters

Name Type Description
column TreeListColumn

A Control descendant that is a column within the ASPxTreeList.

id String

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

Returns

Type Description
Control

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

See Also