Class SingleGroupFilter
Used to filter groups based on simple values and aggregate results.
Inherited Members
Namespace: Telerik.Pivot.Core.Filtering
Assembly: Telerik.Pivot.Core.dll
Syntax
public abstract class SingleGroupFilter : GroupFilter, INotifyPropertyChanged, ISupportInitialize, IObservableServiceProvider, IServiceProvider, IEditable, IDescriptionsReferencing
Constructors
SingleGroupFilter()
Initializes a new instance of the SingleGroupFilter class.
Declaration
protected SingleGroupFilter()
Methods
Filter(IGroup, IAggregateResultProvider, PivotAxis)
Identifies if a group should be filtered or not.
Declaration
protected abstract bool Filter(IGroup group, IAggregateResultProvider results, PivotAxis axis)
Parameters
IGroup
group
The group. |
IAggregateResultProvider
results
Results for the current grouping. Could be used for totals lookup. |
PivotAxis
axis
Identifies if the |
Returns
System.Boolean
True if the group should be preserved, False if the group should be removed. |