Back to Devexpress

ASPxTreeList.FindFooterTemplateControl(TreeListColumn, String) Method

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-aspxtreelist-dot-findfootertemplatecontrol-x28-devexpress-dot-web-dot-aspxtreelist-dot-treelistcolumn-system-dot-string-x29.md

latest2.6 KB
Original Source

ASPxTreeList.FindFooterTemplateControl(TreeListColumn, String) Method

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

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public Control FindFooterTemplateControl(
    TreeListColumn column,
    string id
)
vb
Public Function FindFooterTemplateControl(
    column As TreeListColumn,
    id As String
) As Control

Parameters

NameTypeDescription
columnTreeListColumn

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

TypeDescription
Control

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

|

Remarks

To learn more, see Templates.

See Also

FindGroupFooterTemplateControl(String, TreeListColumn, String)

FooterCell

FooterCellTemplate

Tree List

ASPxTreeList Class

ASPxTreeList Members

DevExpress.Web.ASPxTreeList Namespace