Enum ValueOperators
Defines the conditional operators for value type fields. They are Equals - Display the pivot table that matches with the given text or value or date. DoesNotEquals - Display the pivot table that does not match with the given text or value or date. GreaterThan - Display the pivot table when the text or value is greater. GreaterThanOrEqualTo - Display the pivot table when the text or value is greater than or equal. LessThan - Display the pivot table when the text or value is lesser. LessThanOrEqualTo - Display the pivot table when the text or value is lesser than or equal. Between - Display the pivot table that records between the start and end text or value or date. NotBetween - Display the pivot table that does not record between the start and end text or value or date.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum ValueOperators
Fields
Name | Description |
---|---|
Between | Between - Display the pivot table that records between the start and end text or value or date. |
DoesNotEquals | DoesNotEquals - Display the pivot table that does not match with the given text or value or date. |
Equals | Equals - Display the pivot table that matches with the given text or value or date. |
GreaterThan | GreaterThan - Display the pivot table when the text or value is greater. |
GreaterThanOrEqualTo | GreaterThanOrEqualTo - Display the pivot table when the text or value is greater than or equal. |
LessThan | LessThan - Display the pivot table when the text or value is lesser. |
LessThanOrEqualTo | LessThanOrEqualTo - Display the pivot table when the text or value is lesser than or equal. |
NotBetween | NotBetween - Display the pivot table that does not record between the start and end text or value or date. |