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

ASPxCardView.FindCardFooterTemplateControl(Int32, String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public Control FindCardFooterTemplateControl(
    int visibleIndex,
    string id
)

Parameters

Name Type Description
visibleIndex Int32

An integer value that identifies the card.

id String

A String value that identifies the control in the specified card’s footer.

Returns

Type Description
Control

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

Remarks

To learn more, see Templates.

See Also