Skip to main content

PivotDefaultMemberFields Enum

Lists values that specify for which fields the pivot grid processes only data related to their default members.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public enum PivotDefaultMemberFields

#Members

Name Description
NonVisibleFilterFields

The Pivot Grid processes only data related to fields' default members for filter fields that are not visible.

AllFilterFields

The Pivot Grid processes only data related to fields' default members for all filter fields, except for those fields whose filter condition is not set to 'Show All'.

#Passed To

You can pass PivotDefaultMemberFields values to the PivotGridControl.OlapDefaultMemberFields property.

#Remarks

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

See Also