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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
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.