Skip to main content

PivotDataHeadersDisplayMode Enum

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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