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

DataSource.GetObjectByKey(Int32) Method

Returns a data source with the specified key.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public object GetObjectByKey(
    int key
)

Parameters

Name Type Description
key Int32

An integer that is a key.

Returns

Type Description
Object

An object with the specified key. Null if no objects are found.

See Also