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

ASPxCardView.FindHeaderPanelTemplateControl(String) Method

Searches for the specified server control contained in the header panel‘s template.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public Control FindHeaderPanelTemplateControl(
    string id
)

Parameters

Name Type Description
id String

A String value that identifies the control in the ASPxCardView’s header panel.

Returns

Type Description
Control

A Control object that is the control in the ASPxCardView’s header panel. null (Nothing in Visual Basic) if the specified control doesn’t exist.

Remarks

To learn more, see Templates.

See Also