Skip to main content

PivotGridWebOptionsView.DataHeadersPopupMaxColumnCount Property

Gets or sets a value limiting the number of data field headers displayed in a row (line) of the field headers popup.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(-1)]
public int DataHeadersPopupMaxColumnCount { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value specifying the maximum number of data fields in a row.

Property Paths

You can access this nested property as listed below:

Object Type Path to DataHeadersPopupMaxColumnCount
ASPxPivotGrid
.OptionsView .DataHeadersPopupMaxColumnCount

Remarks

You can use the DataHeadersPopupMaxColumnCount property to wrap data field headers displayed within the field header’s popup into several lines. The DataHeadersPopupMaxColumnCount property specifies the maximum number of data field headers in a line.

Note

The field headers popup is used to display data field headers of the data header area when the PivotGridWebOptionsView.DataHeadersDisplayMode property is set to PivotDataHeadersDisplayMode.Popup and the number of data fields exceeds the PivotGridWebOptionsView.DataHeadersPopupMinCount property value. The field header’s popup appears when an end-user hovers the mouse over the data header area.

See Also