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.v19.2.dll
Declaration
[DefaultValue(-1)]
public int DataHeadersPopupMaxColumnCount { get; set; }
<DefaultValue(-1)>
Public Property DataHeadersPopupMaxColumnCount As Integer
Property Value
Type |
Default |
Description |
Int32 |
-1
|
An integer value specifying the maximum number of data fields in a row.
|
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.
See Also