[]
Configurates FilterType. 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 PivotFilterBuilder FilterType(FilterType? value)
Public Function FilterType(value As FilterType?) As PivotFilterBuilder
| Type | Name | Description |
|---|---|---|
| FilterType? | value | The value. |
| Type | Description |
|---|---|
| PivotFilterBuilder | Current builder. |
Setting this property to null causes the filter to use the value defined by the DefaultFilterType property of the owner(PivotEngine).