Skip to main content
Tab

ASPxVerticalGrid.FindEditRowCellTemplateControl(VerticalGridDataRow, String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public Control FindEditRowCellTemplateControl(
    VerticalGridDataRow row,
    string id
)

#Parameters

Name Type Description
row VerticalGridDataRow

A VerticalGridDataRow descendant that represents the data row.

id String

A String value that identifies the control within the specified cell.

#Returns

Type Description
Control

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

#Remarks

For more information, see Templates.

See Also