Back to Devexpress

ASPxGridView.FindRowTemplateControlByKey(Object, String) Method

aspnet-devexpress-dot-web-dot-aspxgridview-dot-findrowtemplatecontrolbykey-x28-system-dot-object-system-dot-string-x29.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public Control FindRowTemplateControlByKey(
    object rowKey,
    string id
)
vb
Public Function FindRowTemplateControlByKey(
    rowKey As Object,
    id As String
) As Control

Parameters

NameTypeDescription
rowKeyObject

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

| | id | String |

The identifier for the control to be found.

|

Returns

TypeDescription
Control

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

|

See Also

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace