Enum Operators
Defines the conditional operators for filtering settings. 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. BeginWith - Display the pivot table that begins with text. DoesNotBeginWith - Display the pivot table that does not begins with text. EndsWith - Display the pivot table that ends with text. DoesNotEndsWith - Display the pivot table that does not ends with text. Contains - Display the pivot table that contains text. DoesNotContains - Display the pivot table that does not contain text. 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. Before - Display the pivot table with preview all records from the given date. BeforeOrEqualTo - Display the pivot table with previous all records along with the given date. After - Display the pivot table with next all records to the given date. AfterOrEqualTo - Display the pivot table with next all records along with the given date. 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 Operators
Fields
Name | Description |
---|---|
After | After - Display the pivot table with next all records to the given date. |
AfterOrEqualTo | AfterOrEqualTo - Display the pivot table with next all records along with the given date. |
Before | Before - Display the pivot table with preview all records from the given date. |
BeforeOrEqualTo | BeforeOrEqualTo - Display the pivot table with previous all records along with the given date. |
BeginWith | BeginWith - Display the pivot table that begins with text. |
Between | Between - Display the pivot table that records between the start and end text or value or date. |
Contains | Contains - Display the pivot table that contains text. |
DoesNotBeginWith | DoesNotBeginWith - Display the pivot table that does not begins with text. |
DoesNotContains | DoesNotContains - Display the pivot table that does not contain text. |
DoesNotEndsWith | DoesNotEndsWith - Display the pivot table that does not ends with text. |
DoesNotEquals | DoesNotEquals - Display the pivot table that does not match with the given text or value or date. |
EndsWith | EndsWith - Display the pivot table that ends with text. |
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. |