DataSourceAdapter.GetObjectByKey(Int32) Method
In This Article
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
#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