Enum Operators
Defines the conditional operators for filtering settings. They are
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.AspNetMvc.PivotView.dll
Syntax
public enum Operators
Fields
| Name |
|---|
| After |
| AfterOrEqualTo |
| Before |
| BeforeOrEqualTo |
| BeginWith |
| Between |
| Bottom |
| Contains |
| DoesNotBeginWith |
| DoesNotContains |
| DoesNotEndsWith |
| DoesNotEquals |
| EndsWith |
| Equals |
| GreaterThan |
| GreaterThanOrEqualTo |
| LessThan |
| LessThanOrEqualTo |
| NotBetween |
| Top |