corelibraries-devexpress-dot-xtrapivotgrid-ae71672a.md
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
public enum PivotDefaultMemberFields
Public Enum PivotDefaultMemberFields
| 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’.
|
The following properties accept/return PivotDefaultMemberFields values:
Values listed by this enumeration are used to set the PivotGridOptionsOLAP.DefaultMemberFields property.
See Also