Back to Devexpress

PivotGridControl.GroupFilterMode Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-0b48ab4c.md

latest2.3 KB
Original Source

PivotGridControl.GroupFilterMode Property

Gets or sets the filtering mode of grouped fields.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public GroupFilterMode GroupFilterMode { get; set; }
vb
Public Property GroupFilterMode As GroupFilterMode

Property Value

TypeDescription
GroupFilterMode

A GroupFilterMode enumeration member that specifies the filtering mode of grouped fields.

|

Available values:

NameDescription
List

| | Tree |

|

Remarks

If the GroupFilterMode property is set to GroupFilterMode.Tree, the group filter is used for groups.

Otherwise, if the GroupFilterMode property is set to GroupFilterMode.List, the field filter is used. In this instance, the fields are treated by the filter as ungrouped.

Regardless of the currently selected group filter mode, you can customize both group and field filters in code. The customizations of the currently unused filter will take effect after switching the group filter mode.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace