New to Telerik UI for WPFStart a free 30-day trial

Used for advanced group filtering based on group's siblings. Can filters the groups based on count, average values, sorted values etc.

Definition

Constructors

Initializes a new instance of the SiblingGroupsFilter class.

C#
protected SiblingGroupsFilter()

Methods

Filters the groups within a parent group. Can filter based on count, average values or sorted values.

C#
protected abstract ICollection<IGroup> Filter(IReadOnlyList<IGroup> groups, IAggregateResultProvider results, PivotAxis axis, int level)
Parameters:groupsIReadOnlyList<IGroup>

A read only list of all siblings.

resultsIAggregateResultProvider

The current aggregate results.

axisPivotAxis

Identifies if the groups are in Rows or Columns.

levelint

The level of the groups.

Returns:

ICollection<IGroup>

A ICollection<T> implementation that is used to filter the groups.