Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceSchemaCubeBuilder
Defines the fluent interface for configuring the PivotDataSourceSchemaCube component.
Methods
Dimensions(System.Action<Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceSchemaCubeDimensionFactory<T>>)
Sets the dimensions option of the pivotGrid dataSource.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceSchemaCubeDimensionFactory>
The lambda which configures the cube dimensions
Measures(System.Action<Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceSchemaCubeMeasureFactory<T>>)
Sets the measures option of the pivotGrid dataSource.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceSchemaCubeMeasureFactory>
The lambda which configures the cube measures