Kendo.Mvc.UI.Fluent.PivotConfiguratorV2Builder
Defines the fluent API for configuring the Kendo PivotConfiguratorV2 for ASP.NET MVC.
Methods
Filterable(System.Boolean)
If set to true the user will be able to filter by using the field menu.
Parameters
value System.Boolean
The value that configures the filterable.
Sortable(System.Boolean)
If set to true the user could sort the widget by using the field menu.
Parameters
value System.Boolean
The value that configures the sortable.
Height(System.Double)
The height of the PivotConfiguratorV2. Numeric values are treated as pixels.
Parameters
value System.Double
The value that configures the height.
Messages(System.Action<Kendo.Mvc.UI.Fluent.PivotConfiguratorV2MessagesSettingsBuilder>)
The text messages displayed in the fields sections.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.PivotConfiguratorV2MessagesSettingsBuilder>
The action that configures the messages.
Orientation(System.String)
Defines a value indicating the type of layout that the configurator has. Possible values are: "vertical" or "horizontal".
Parameters
value System.String
The value that configures the orientation.