Skip to main content
Tab

ASPxCardView.FindCardTemplateControlByKey(Object, String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public Control FindCardTemplateControlByKey(
    object cardKey,
    string id
)

Parameters

Name Type Description
cardKey Object

An object that identifies the card by its key value.

id String

The identifier for the control to be found.

Returns

Type Description
Control

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

Remarks

To learn more, see Templates.

See Also