corelibraries-devexpress-dot-xtrapivotgrid-b86deac0.md
Lists values that specify the filtering mode used for grouped fields.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotGroupFilterMode
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum PivotGroupFilterMode
| Name | Description |
|---|---|
List |
|
| Tree |
|
The following properties accept/return PivotGroupFilterMode values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | PivotGridFieldOptions.GroupFilterMode |
| PivotGridOptionsFilterBase.GroupFilterMode | |
| ASP.NET Web Forms Controls | PivotGridWebOptionsFilter.GroupFilterMode |
Values listed by this enumeration are used to set the PivotGridOptionsFilterBase.GroupFilterMode and PivotGridFieldOptions.GroupFilterMode properties.
See Also