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

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

Declaration

public Control FindRowTemplateControl(
    int visibleIndex,
    string id
)

Parameters

Name Type Description
visibleIndex Int32

An integer value that identifies the data row.

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

See Also