Back to Devexpress

PivotDefaultMemberFields Enum

corelibraries-devexpress-dot-xtrapivotgrid-ae71672a.md

latest2.2 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.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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 PivotGridOptionsOLAP.DefaultMemberFields property.

See Also

DevExpress.XtraPivotGrid Namespace