Enum SlicerCrossFilterType
Represents Cross Filter type of the slicer
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum SlicerCrossFilterType
Fields
Name | Description |
---|---|
HideItemsWithNoData | Hide the unfiltered items from the slicer. |
None | There is no difference between the filtered and unfiltered data. |
ShowItemsWithDataAtTop | Display the unfiltered items at the last. |
ShowItemsWithNoData | Differentiate the filtered items and unfiltered items. |