Skip to main content
Row

PivotFieldLayout.RepeatItemLabels Property

Gets or sets a value indicating whether item labels should be repeated in the current outer field.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool RepeatItemLabels { get; set; }

Property Value

Type Description
Boolean

true, to repeat item labels for the current outer field; otherwise, false.

Remarks

If your PivotTable report contains multiple fields in the row or column area, you can specify how to display item labels in the outer row and column fields. By default, items of the outermost column and row fields are displayed only once, while items in the remaining column and row fields are repeated as needed. If you wish to repeat item labels in a specific outer row or column field, set the field’s RepeatItemLabels property to true.

To repeat item labels for all outer fields in a pivot table, use the PivotLayout.RepeatAllItemLabels method.

Note

Repeated item labels are displayed for an outer row field only when it is shown in outline or tabular form (the field’s PivotFieldLayout.Compact property is false).

See Also