Class SetComparison
A list of all possible filtering conditions used in SetCondition.
Inheritance
System.Object
SetComparison
Namespace: Telerik.Pivot.Core.Filtering
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class SetComparison : Enum
Fields
DoesNotInclude
Items that are not included in the Items will pass the condition.
Declaration
public const SetComparison DoesNotInclude
Field Value
SetComparison
|
Includes
Items included in the Items will pass the condition.
Declaration
public const SetComparison Includes
Field Value
SetComparison
|
value__
Declaration
public int value__
Field Value
System.Int32
|