Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCache Class / CrossFilterType Property


In This Topic
    CrossFilterType Property (SlicerCache)
    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
     
    
    Public Property CrossFilterType As SlicerCrossFilterType
    'Usage
     
    
    Dim instance As SlicerCache
    Dim value As SlicerCrossFilterType
     
    instance.CrossFilterType = value
     
    value = instance.CrossFilterType
    public SlicerCrossFilterType CrossFilterType {get; set;}

    Property Value

    The type of the cross filter.
    See Also