IPivotHeaderSettings

Assembly: Pivot;

Namespace: Prognoz.Platform.Interop.Pivot;

Description

The IPivotHeaderSettings interface is used to work with row or column header settings.

Inheritance Hierarchy

          IPivotDimensionSettings

          IPivotHeaderSettings

Comments

To get an object of this type, use IPivotHeader.Settings.

Properties

  Property name Brief description
Filter The Filter property returns an object used to work with filtering settings for row or column headers.

Properties inherited from IPivotDimensionSettings

  Property name Brief description
GetKeepLeafParents The GetKeepLeafParents property returns whether parent elements for leaf elements are displayed.
IsLeafElementsOnly The IsLeafElementsOnly property returns whether only leaf elements are displayed.
KeepLeafParents The KeepLeafParents property determines whether parent elements are displayed for dimension leaf elements.
LeafElemetsOnly The LeafElemetsOnly property determines whether only leaf elements of dimension are displayed.

See also:

Pivot Assembly Interfaces