Back to Devexpress

ASPxGridView.FindRowTemplateControl(Int32, String) Method

aspnet-devexpress-dot-web-dot-aspxgridview-dot-findrowtemplatecontrol-x28-system-dot-int32-system-dot-string-x29.md

latest1.7 KB
Original Source

ASPxGridView.FindRowTemplateControl(Int32, 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 FindRowTemplateControl(
    int visibleIndex,
    string id
)
vb
Public Function FindRowTemplateControl(
    visibleIndex As Integer,
    id As String
) As Control

Parameters

NameTypeDescription
visibleIndexInt32

An integer value that identifies the data row.

| | 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’s template.

|

See Also

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace