ClassSingleGroupFilter
Class
Used to filter groups based on simple values and aggregate results.
Definition
Namespace:Telerik.Pivot.Core.Filtering
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
[DataContract]
public abstract class SingleGroupFilter : GroupFilter, INotifyPropertyChanged, ISupportInitialize, IServiceProvider, IEditable
Inheritance: objectCloneableSettingsNodeGroupFilterSingleGroupFilter
Derived Classes:
Implements:
Inherited Members
Constructors
SingleGroupFilter()
Initializes a new instance of the SingleGroupFilter class.
Declaration
cs-api-definition
protected SingleGroupFilter()
Methods
Filter(IGroup, IAggregateResultProvider, PivotAxis)
Identifies if a group should be filtered or not.
Declaration
cs-api-definition
protected abstract bool Filter(IGroup group, IAggregateResultProvider results, PivotAxis axis)
Parameters
group
The group.
results
Results for the current grouping. Could be used for totals lookup.
axis
Identifies if the group is positioned in the Rows or Columns.
Returns
True if the group should be preserved, False if the group should be removed.