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 Single
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. |
IAggregate Results for the current grouping. Could be used for totals lookup. |
Pivot Identifies if the |
Returns
System. True if the group should be preserved, False if the group should be removed. |