ASPxTreeList.FindHeaderCaptionTemplateControl(TreeListColumn, String) Method
In This Article
Searches for the specified server control contained within the column header‘s caption template.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public Control FindHeaderCaptionTemplateControl(
TreeListColumn column,
string id
)
#Parameters
Name | Type | Description |
---|---|---|
column | Tree |
A Tree |
id | String | A String value that identifies the control within the specified column’s header. |
#Returns
Type | Description |
---|---|
Control | A Control object that represents the control contained within the specified column header’s caption template. |
#Remarks
To learn more, see Templates.
See Also