Skip to main content
A newer version of this page is available. .

PivotGroupFilterMode Enum

Lists values that specify the filtering mode used for grouped fields.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotGroupFilterMode

Members

Name Description
List

pivotgrid_GroupFilterMode_FieldFilterDropdown

Tree

pivotgrid_GroupFilterMode_GroupFilterDropdown

Related API Members

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

Remarks

Values listed by this enumeration are used to set the PivotGridOptionsFilterBase.GroupFilterMode and PivotGridFieldOptions.GroupFilterMode properties.

See Also