cross_filter_type property

cross_filter_type property

Returns or sets whether a slicer is participating in cross filtering with other slicers that share the same slicer cache, and how cross filtering is displayed. Read/write

Definition:

@property
def cross_filter_type(self):
    ...
@cross_filter_type.setter
def cross_filter_type(self, value):
    ...

See Also