Back to Devexpress

PivotDefaultMemberFields Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-2c8bb646.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum PivotDefaultMemberFields
vb
Public Enum PivotDefaultMemberFields

Members

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

|

The following properties accept/return PivotDefaultMemberFields values:

Remarks

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

See Also

DevExpress.Xpf.PivotGrid Namespace