Skip to main content
A newer version of this page is available. .
Tab

ASPxCardView.FindHeaderTemplateControl(CardViewColumn, String) Method

Searches for the specified server control contained in the column header’s template.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public Control FindHeaderTemplateControl(
    CardViewColumn column,
    string id
)

Parameters

Name Type Description
column CardViewColumn

A CardViewColumn descendant that is the column in the ASPxCardView.

id String

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

Returns

Type Description
Control

A Control object that is the control contained in the specified column header’s template.

Remarks

To learn more, see Templates.

See Also