Skip to main content

RepositoryItemGridLookUpEditBase.GetRowByKeyValue(Object) Method

Returns the row containing the specified RepositoryItemLookUpEditBase.ValueMember field value.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public object GetRowByKeyValue(
    object keyValue
)

Parameters

Name Type Description
keyValue Object

The value of the RepositoryItemLookUpEditBase.ValueMember field for the row to locate.

Returns

Type Description
Object

The row containing the specified RepositoryItemLookUpEditBase.ValueMember field value. null (Nothing in Visual Basic) if no row with the specified value was found.

Remarks

The GetRowByKeyValue method searches for the row containing the specified key value (value of the RepositoryItemLookUpEditBase.ValueMember field) and returns the index of the first row found.

See Also