Skip to main content

PivotGridControl.MergeRowFieldValues Property

Gets or sets whether to merge the neighboring row 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 MergeRowFieldValues { get; set; }

#Property Value

Type Description
Boolean

true to merge the neighboring row headers if they contain the same field value; otherwise, false.

#Remarks

To specify whether to merge the neighboring column headers, use the PivotGridControl.MergeColumnFieldValues property.

To learn more, see Printing and Exporting.

See Also