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 |
---|---|---|
row |
string | A string value that specifies the name of the data source field to which the row is bound (the row’s ASPx |
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |