Skip to main content
.NET 6.0+

IModelPivotSettings Members

The PivotSettings node provides access to the settings of the pivot grid List Editor used by a List View.

Properties

Name Description
AddNewColumns Specifies whether columns deleted via the IPivotSettings.Settings property in the current Application Model layer, but existing in previous layers, should be retained in the Pivot Grid List Editor. Inherited from IPivotSettings.
Application Provides access to the Application Model‘s root node. Inherited from IModelNode.
ChartDataVertical Specifies whether chart series are created based on pivot table columns or rows. Inherited from IPivotSettings.
ChartSettings Specifies settings of the chart accompanying the pivot table. Inherited from IPivotSettings.
CustomizationEnabled Indicates whether end-users can customize pivot table settings in Windows Forms applications, via the context menu’s Invoke Wizard and Clear Settings Actions. Inherited from IPivotSettings.
Index Specifies the order index by which nodes are arranged. Inherited from IModelNode.
LayoutSettings Specifies layout settings. Inherited from IPivotSettings.
NodeCount Gets the number of child nodes. Inherited from IModelNode.
Parent Provides access to the parent node. Inherited from IModelNode.
RemoveOldColumns Specifies whether columns defined via the IPivotSettings.Settings property in previous Application Model layers, not defined in the current layer, should be available in the Pivot Grid List Editor. Inherited from IPivotSettings.
Root For internal use only. Inherited from IModelNode.
Settings Provides access to the settings of the pivot grid List Editor used by a List View, editable via the Pivot Grid Property Editor. Inherited from IPivotSettings.
ShowChart Specifies whether the chart accompanying the pivot table is displayed. Inherited from IPivotSettings.
ShowColumnGrandTotals Specifies whether column grand totals are displayed in the chart accompanying the pivot table. Inherited from IPivotSettings.
ShowColumnTotals Specifies whether column totals are displayed in the chart accompanying the pivot table. Inherited from IPivotSettings.
ShowRowGrandTotals Specifies whether row grand totals are displayed in the chart accompanying the pivot table. Inherited from IPivotSettings.
ShowRowTotals Specifies whether row totals are displayed in the chart accompanying the pivot table. Inherited from IPivotSettings.

Methods

Name Description
AddNode<NodeType>() Adds a new child node of a specific type. Inherited from IModelNode.
AddNode<NodeType>(String) Adds a new child node of a specific type with a specific identifier. Inherited from IModelNode.
ClearValue(String) Resets the node’s property value to the value specified in the previous Application Model layer. Inherited from IModelNode.
GetNode(Int32) Gets the child node with a specific index. Inherited from IModelNode.
GetNode(String) Gets the child node with a specific identifier. Inherited from IModelNode.
GetValue<ValueType>(String) Returns the value of the node’s specified property. Inherited from IModelNode.
HasValue(String) Indicates whether the node’s property has a value assigned. Inherited from IModelNode.
Remove() Removes the current node. Inherited from IModelNode.
SetValue<ValueType>(String, ValueType) Changes the value of the node’s specified property. Inherited from IModelNode.
See Also