Kendo.Mvc.UI.Fluent.PivotCustomDataSourceBuilder
Defines the fluent interface for configuring the PivotDataSource component.
Methods
Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder>)
Configures the client-side events
Schema(System.Action<Kendo.Mvc.UI.Fluent.PivotCustomDataSourceSchemaBuilder>)
Configures the schema of the Custom DataSource
Transport(System.Action<Kendo.Mvc.UI.Fluent.PivotCustomDataSourceTransportBuilder>)
Configures the transport of the Custom DataSource
Columns(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceColumnFactory>)
Sets the columns of the Custom DataSource.
Rows(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceRowFactory>)
Sets the rows of the Custom DataSource.
Measures(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceMeasureBuilder>)
Sets the measures of the Custom DataSource.