Class FilterType
Allows you to set the specific filter type to display the filter members in the pivot table. They are:
Include - Specifies the filter type as include for member filter.
Exclude - Specifies the filter type as exclude for member filter.
Label - Specifies the filter type as label for header filter.
Date - Specifies the filter type as date for date based filter.
Number - Specifies the filter type as number for number based filter.
Value - Specifies the filter type as value for value based filter.
Inheritance
System.Object
FilterType
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class FilterType : Enum
Fields
Date
Declaration
public const FilterType Date
Field Value
Exclude
Declaration
public const FilterType Exclude
Field Value
Include
Declaration
public const FilterType Include
Field Value
Label
Declaration
public const FilterType Label
Field Value
Number
Declaration
public const FilterType Number
Field Value
Value
Declaration
public const FilterType Value
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|