Back to Devexpress

ASPxTreeList.FindGroupFooterTemplateControl(String, TreeListColumn, String) Method

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

latest2.8 KB
Original Source

ASPxTreeList.FindGroupFooterTemplateControl(String, TreeListColumn, String) Method

Searches for the server control contained within the specified group‘s footer template.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
nodeKeyString

A String value that identifies the parent node.

| | column | TreeListColumn |

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

| | id | String |

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

|

Returns

TypeDescription
Control

A Control object that represents the control contained within the specified group footer’s template.

|

Remarks

To learn more, see Templates.

See Also

FindFooterTemplateControl(TreeListColumn, String)

Tree List

ASPxTreeList Class

ASPxTreeList Members

DevExpress.Web.ASPxTreeList Namespace