The following tables list the members exposed by IPivotDataSlicer.
Name | Description | |
---|---|---|
![]() | HasAppliedFilter | Gets a value indicating whether this instance has applied filter. |
![]() | Items | Gets IEnumerable of all IPivotDataSlicerItem items of this instance. |
![]() | SlicerItemsColorScheme | Gets or sets the slicer items color scheme. |
![]() | SlicerProvider | Gets or sets the IPivotDataSlicerProvider. |
![]() | TargetHierarchies | Gets collection of all available hierarchies. |
![]() | TargetHierarchy | Gets or sets the hierarchy this instance targets. |
![]() | TargetHierarchyName | Gets or sets the unique name of the target hierarchy this slicer connects to. |
![]() | TargetLevel | Gets or sets the target level. |
![]() | TargetLevelIndex | Gets or sets the index of the target level. |
![]() | TargetLevelName | Gets or sets the name of the target level. |
![]() | TargetLevels | Gets collection of levels related to the TargetHierarchy instance. |
Name | Description | |
---|---|---|
![]() | GetItem | Returns the IPivotDataSlicerItem with the specified unique name, or null if no such item exists, |
![]() | GetTargetHierarchy | Gets an instance of Infragistics.Olap.Data.IHierarchy which TargetHierarchy property points to as make safe getting that instance from a background thread. |
![]() | GetTargetLevel | Gets an instance of Infragistics.Olap.Data.ILevel which TargetLevel property points to as make safe getting that instance from a background thread. |
Name | Description | |
---|---|---|
![]() | SlicerItemSelectionChanged | Occurs when a child IPivotDataSlicerItem selection changes. |