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

DataSourceAdapter.GetObjectByKey(Int32) Method

Returns an object corresponding to the specified key.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v19.2.dll

Declaration

public object GetObjectByKey(
    int key
)

Parameters

Name Type Description
key Int32

An integer value representing the key.

Returns

Type Description
Object

An Object, which corresponds to the specified key.

See Also