Skip to main content

DataSourceAdapter.GetObjectByKey(Int32) Method

Returns an object corresponding to the specified key.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

#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