Enum DataSourceType
Allows to define the data source type. They are, JSON: Defines JSON type of data source. CSV: Defines CSV or string[][] type of data source.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum DataSourceType
Fields
| Name | Description |
|---|---|
| CSV | CSV: Defines CSV or string[][] type of data source. |
| JSON | JSON: Defines JSON type of data source. |