DataSource.GetObjectByKey(Int32) Method
In This Article
Returns a data source with the specified key.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#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