Skip to main content
Tab

ASPxVerticalGrid.FindRowCellTemplateControl(Int32, VerticalGridDataRow, String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public Control FindRowCellTemplateControl(
    int visibleIndex,
    VerticalGridDataRow row,
    string id
)

Parameters

Name Type Description
visibleIndex Int32

A zero-based integer value that identifies the record.

row VerticalGridDataRow

A VerticalGridDataRow descendant that represents the data row where the requested cell resides. If null (Nothing in Visual Basic), the search is performed within all cells in the specified record.

id String

Returns

Type Description
Control

A Control object that represents the control contained within the specified data cell’s template.

Remarks

For more information, see Templates.

See Also