Class SetComparison
A list of all possible filtering conditions used in Set
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
Includes
Items included in the Items will pass the condition.
Declaration
public const SetComparison Includes
Field Value
value__
Declaration
public int value__
Field Value
System.
|