ASPxCardView.FindCardCellTemplateControlByKey(Object, CardViewColumn, String) Method
Searches for the server control contained in the specified card cell’s template.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public Control FindCardCellTemplateControlByKey(
object cardKey,
CardViewColumn column,
string id
)
Parameters
Name | Type | Description |
---|---|---|
cardKey | Object | An object that identifies the card by its key value. |
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