Skip to main content
A newer version of this page is available. .

RepositoryItemGridLookUpEdit.GetKeyValue(Int32) Method

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v19.2.dll

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