PivotFilter Class Members
The following tables list the members exposed by PivotFilter.
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ConditionFilter | Gets the condition filter setting. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | FilterType | Gets or sets the types of filtering provided by this filter. When binding the service, only FilterType.Condition and FilterType.None are supported. When FilterType.Both is set, it works as FilterType.Condition. When FilterType.Value is set, it works as FilterType.None. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ValueFilter | Gets the value filter setting. It is NOT supported when binding the service. |
Top