Skip to main content

RepositoryItemGridLookUpEdit.GetKeyValue(Int32) Method

Returns a value of the ValueMember field from the specified row.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual object GetKeyValue(
    int index
)

Parameters

Name Type Description
index Int32

A zero-based index of the required row.

Returns

Type Description
Object

A key value in the specified row.

Remarks

This method returns a key value from the row that is identified by the specified index. A key value is the value of the RepositoryItemLookUpEditBase.ValueMember field.

See Also