ASPxTreeList.FindFooterTemplateControl(TreeListColumn, String) Method
In This Article
Searches for the server control contained within the Footer‘s template.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column | Tree |
A Tree |
id | String | A String value that identifies the control within the ASPx |
#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