Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemGridLookUpEditBase.GetIndexByKeyValue(Object) Method

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v24.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