Skip to main content

ASPxTreeList.FindFooterTemplateControl(TreeListColumn, String) Method

Searches for the server control contained within the Footer‘s template.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public Control FindFooterTemplateControl(
    TreeListColumn column,
    string id
)

Parameters

Name Type Description
column TreeListColumn

A TreeListColumn object that identifies the footer cell which contains the required control. If null (Nothing in Visual Basic), the search is performed within all cells in the Footer.

id String

A String value that identifies the control within the ASPxTreeList’s Footer.

Returns

Type Description
Control

A Control object that represents the control contained within the Footer’s template.

Remarks

To learn more, see Templates.

See Also