Skip to main content
A newer version of this page is available. .

PivotDataHeadersDisplayMode Enum

Lists values that specify how data headers are displayed within the Data Header Area.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public enum PivotDataHeadersDisplayMode

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.

See Also