Skip to main content

GroupFilterMode Enum

Lists values that specify the filtering mode for grouped fields.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public enum GroupFilterMode

#Members

Name Description
List

pivotgrid_FieldFilterDropdown

Tree

pivotgrid_GroupFilterDropdown

#Passed To

You can pass GroupFilterMode values to the PivotGridControl.GroupFilterMode property.

#Remarks

Values listed by this enumeration are used to set the PivotGridControl.GroupFilterMode property.

See Also