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

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.v18.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’.

Related API Members

The following properties accept/return PivotDefaultMemberFields values:

Remarks

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

See Also