Back to Devexpress

ASPxTreeList.FindHeaderCaptionTemplateControl(TreeListColumn, String) Method

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

latest2.5 KB
Original Source

ASPxTreeList.FindHeaderCaptionTemplateControl(TreeListColumn, String) Method

Searches for the specified server control contained within the column header‘s caption template.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
columnTreeListColumn

A TreeListColumn descendant that represents the column within the ASPxTreeList. If null ( Nothing in Visual Basic), the search is performed within all column headers.

| | id | String |

A String value that identifies the control within the specified column’s header.

|

Returns

TypeDescription
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

HeaderCaption

HeaderCaptionTemplate

Tree List

ASPxTreeList Class

ASPxTreeList Members

DevExpress.Web.ASPxTreeList Namespace