PivotDataHeadersDisplayMode Enum
Lists values that specify how data headers are displayed within the Data Header Area.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Related API Members
The following properties accept/return PivotDataHeadersDisplayMode values:
Remarks
The values listed by this enumeration are used to set the PivotGridWebOptionsView.DataHeadersDisplayMode property’s value.