Class PredicateType
Specifies the type of the predicate used for filtering.
Inheritance
System.Object
PredicateType
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public sealed class PredicateType : Enum
Fields
And
Performs an AND operation on filters.
Declaration
public const PredicateType And
Field Value
| Type |
|---|
| PredicateType |
Or
Performs an OR operation on filters.
Declaration
public const PredicateType Or
Field Value
| Type |
|---|
| PredicateType |