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.1.dll
NuGet Package: DevExpress.Web
Declaration
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