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

ASPxCardView.FindCardCellTemplateControl(Int32, CardViewColumn, String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public Control FindCardCellTemplateControl(
    int visibleIndex,
    CardViewColumn column,
    string id
)

Parameters

Name Type Description
visibleIndex Int32

A zero-based integer value that identifies the card.

column CardViewColumn

A CardViewColumn descendant that is the column where the requested cell resides.

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 cell’s template.

Remarks

To learn more, see Templates.

See Also