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

ASPxGridView.FindRowTemplateControlByKey(Object, String) Method

Searches for the specified server control contained within the specified data row‘s template.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public Control FindRowTemplateControlByKey(
    object rowKey,
    string id
)

Parameters

Name Type Description
rowKey Object

An object that identifies the data row by its key value.

id String

The identifier for the control to be found.

Returns

Type Description
Control

A Control object that represents the control contained within the specified data row.

See Also