wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-0b48ab4c.md
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
public GroupFilterMode GroupFilterMode { get; set; }
Public Property GroupFilterMode As GroupFilterMode
| Type | Description |
|---|---|
| GroupFilterMode |
A GroupFilterMode enumeration member that specifies the filtering mode of grouped fields.
|
Available values:
| Name | Description |
|---|---|
| List |
| | Tree |
|
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