ASPxCardView.FindCardCellTemplateControl(Int32, CardViewColumn, String) Method
In This Article
Searches for the server control contained in the specified card cell’s template.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public Control FindCardCellTemplateControl(
int visibleIndex,
CardViewColumn column,
string id
)
#Parameters
Name | Type | Description |
---|---|---|
visible |
Int32 | A zero-based integer value that identifies the card. |
column | Card |
A Card |
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