PivotGridControl.MergeColumnFieldValues Property
In This Article
Gets or sets whether to merge the neighboring column headers if they contain the same field value. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializablePropertyId(3)]
[XtraSerializableProperty]
public bool MergeColumnFieldValues { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true to merge the neighboring column headers, if they contain the same field value; otherwise, false. |
#Remarks
To specify whether to merge the neighboring row headers, use the PivotGridControl.MergeRowFieldValues property.
To learn more, see Printing and Exporting.
See Also