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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
nodeKey | String | 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
Type | Description |
---|---|
Control | A Control object that represents the control contained within the specified group footer’s template. |
Remarks
To learn more, see Templates.
See Also