aspnet-devexpress-dot-web-dot-aspxpivotgrid-da561d21.md
Lists values that specify how data headers are displayed within the Data Header Area.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public enum PivotDataHeadersDisplayMode
Public Enum PivotDataHeadersDisplayMode
| Name | Description |
|---|---|
Default |
Data headers are displayed within the Data Header Area.
|
| Popup |
The ASPxPivotGrid automatically hides data fields if there are three or more data fields. The minimum number of data fields, required to activate this feature, is specified by the PivotGridWebOptionsView.DataHeadersPopupMinCount property.
|
The following properties accept/return PivotDataHeadersDisplayMode values:
The values listed by this enumeration are used to set the PivotGridWebOptionsView.DataHeadersDisplayMode property’s value.
See Also