Click or drag to resize
Grid Solutions Framework

DataSourceValueGroupTSource Property

Gets or sets data source values enumerable.

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

Property Value

IAsyncEnumerableT
See Also