Back to Devexpress

PivotDataHeadersDisplayMode Enum

aspnet-devexpress-dot-web-dot-aspxpivotgrid-da561d21.md

latest1.9 KB
Original Source

PivotDataHeadersDisplayMode Enum

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

Declaration

csharp
public enum PivotDataHeadersDisplayMode
vb
Public Enum PivotDataHeadersDisplayMode

Members

NameDescription
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:

Remarks

The values listed by this enumeration are used to set the PivotGridWebOptionsView.DataHeadersDisplayMode property’s value.

See Also

DataHeadersDisplayMode

DevExpress.Web.ASPxPivotGrid Namespace