Skip to main content

RepositoryItemGridLookUpEditBase.GetIndexByKeyValue(Object) Method

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public virtual int GetIndexByKeyValue(
    object keyValue
)

Parameters

Name Type Description
keyValue Object

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

Returns

Type Description
Int32

A zero-based index of the row containing the specified RepositoryItemLookUpEditBase.ValueMember field value. -1 if no record with the specified value was found.

Remarks

The GetIndexByKeyValue method searches for the row containing the specified key value (value of the RepositoryItemLookUpEditBase.ValueMember field) and returns its index. Note, that this method gets the index of the first row found.

See Also