ASPxCardView.FindCardCellTemplateControlByKey(Object, 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 FindCardCellTemplateControlByKey(
object cardKey,
CardViewColumn column,
string id
)
#Parameters
Name | Type | Description |
---|---|---|
card |
Object | An object that identifies the card by its key value. |
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