RepositoryItemGridLookUpEdit.GetKeyValue(Int32) Method
Returns a value of the ValueMember field from the specified row.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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