Back to Devexpress

ASPxClientVerticalGrid.GetRowByField(rowFieldName) Method

aspnet-js-aspxclientverticalgrid-dot-getrowbyfield-x28-rowfieldname-x29.md

latest1.1 KB
Original Source

ASPxClientVerticalGrid.GetRowByField(rowFieldName) Method

Returns the client row which is bound to the specified data source field.

Declaration

ts
GetRowByField(
    rowFieldName: string
): ASPxClientVerticalGridRow

Parameters

NameTypeDescription
rowFieldNamestring

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

TypeDescription
ASPxClientVerticalGridRow

An ASPxClientVerticalGridRow object that represents the client row bound to the specified data source field.

|

See Also

GetRow(rowIndex)

GetRowById(rowId)

Vertical Grid

ASPxClientVerticalGrid Class

ASPxClientVerticalGrid Members