menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SlicerCrossFilterType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SlicerCrossFilterType

    Represents Cross Filter type of the slicer

    Inheritance
    System.Object
    SlicerCrossFilterType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class SlicerCrossFilterType : Enum

    Fields

    HideItemsWithNoData

    Hide the unfiltered items from the slicer.

    Declaration
    public const SlicerCrossFilterType HideItemsWithNoData
    Field Value
    Type
    SlicerCrossFilterType

    None

    There is no difference between the filtered and unfiltered data.

    Declaration
    public const SlicerCrossFilterType None
    Field Value
    Type
    SlicerCrossFilterType

    ShowItemsWithDataAtTop

    Display the unfiltered items at the last.

    Declaration
    public const SlicerCrossFilterType ShowItemsWithDataAtTop
    Field Value
    Type
    SlicerCrossFilterType

    ShowItemsWithNoData

    Differentiate the filtered items and unfiltered items.

    Declaration
    public const SlicerCrossFilterType ShowItemsWithNoData
    Field Value
    Type
    SlicerCrossFilterType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved