Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCrossFilterType Enumeration


In This Topic
    SlicerCrossFilterType Enumeration
    In This Topic
    Specifies how the slicer items that are used in slicer cross filtering are displayed.
    Syntax
    'Declaration
     
    
    Public Enum SlicerCrossFilterType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SlicerCrossFilterType
    public enum SlicerCrossFilterType : System.Enum 
    Members
    MemberDescription
    HideButtonsWithNoDataCross filtering is turned on for this slicer cache, any tile with no data for a filtering selection in other slicers connected to the same data source will be dimmed. Additionally, buttons will be hidden.
    NoneCross filtering is turned off entirely, so all tiles are displayed and active (not dimmed) regardless of filtering selections in other slicers.
    ShowItemsWithDataAtTopCross filtering is turned on for this slicer cache, any tile with no data for a filtering selection in other slicers connected to the same data source will be dimmed. Additionally, tiles with data are moved to the top in the slicer.
    ShowItemsWithNoDataCross filtering is turned on for this slicer cache, any tile with no data for a filtering selection in other slicers connected to the same data source will be dimmed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Slicers.SlicerCrossFilterType

    See Also