Click or drag to resize
Grid Solutions Framework

DataSourceValueGroupTSource Property

Gets or sets data source values enumerable.

Namespace: GrafanaAdapters.DataSources
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax
public IAsyncEnumerable<T> Source { get; set; }
View Source

Property Value

IAsyncEnumerableT
See Also