Skip to main content

ASPxTreeList.FindFilterRowTemplateControl(String) Method

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public Control FindFilterRowTemplateControl(
    string id
)

Parameters

Name Type Description
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