[]
Represents a condition within a PivotFilter.
public class FilterCondition : INotifyPropertyChanged
Each PivotFilter contains up to two conditions that can be combined with 'And' or 'Or' operators.
Name | Description |
---|---|
IsActive | Gets a value that indicates whether the condition is active. |
Operator | Gets or sets the operator used by this condition. |
Parameter | Gets or sets the parameter used by this condition. |
Name | Description |
---|---|
Apply(object) | Applies the condition to a given value. |
Clear() | Clears this condition by setting the Operator to 'None' and the Parameter to null. |
OnPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. |
Name | Description |
---|---|
PropertyChanged | Fires when a property changes. |
Name | Description |
---|---|
implicit operator FilterCondition(FilterCondition) |