Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerCache Interface / CrossFilterType Property


In This Topic
    CrossFilterType Property (ISlicerCache)
    In This Topic
    Gets or sets whether the slicer is participating in cross filtering with other slicers that share the same slicer cache, and how cross filtering is displayed.
    Syntax
    'Declaration
     
    
    Property CrossFilterType As SlicerCrossFilterType
    'Usage
     
    
    Dim instance As ISlicerCache
    Dim value As SlicerCrossFilterType
     
    instance.CrossFilterType = value
     
    value = instance.CrossFilterType
    SlicerCrossFilterType CrossFilterType {get; set;}

    Property Value

    The type of the cross filter.
    See Also