Enum PivotGridLabelFilterOptions
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public enum PivotGridLabelFilterOptions
Fields
| Name | Description |
|---|---|
| BeginsWith | |
| Between | |
| Contains | |
| EndsWith | |
| Equals | |
| GreaterThan | |
| GreaterThanOrEqualTo | |
| LessThan | |
| LessThanOrEqualTo | |
| None | |
| NotBeginsWith | |
| NotBetween | |
| NotContains | |
| NotEndsWith | |
| NotEquals |