ASPxClientVerticalGrid.GetRowByField(rowFieldName) Method
Returns the client row which is bound to the specified data source field.
Declaration
GetRowByField(
rowFieldName: string
): ASPxClientVerticalGridRow
Parameters
| Name | Type | Description |
|---|---|---|
| rowFieldName | string | A string value that specifies the name of the data source field to which the row is bound (the row’s ASPxClientVerticalGridRow.fieldName property value). |
Returns
| Type | Description |
|---|---|
| ASPxClientVerticalGridRow | An ASPxClientVerticalGridRow object that represents the client row bound to the specified data source field. |
See Also