Skip to main content
Row

PivotViewOptions.ShowMultipleLabels Property

Gets or sets a value indicating whether to display the “(Multiple Items)” string in the report filter area when multiple items, but not all, are selected in a page field.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool ShowMultipleLabels { get; set; }

Property Value

Type Description
Boolean

true, to display “(Multiple Items)” instead of “(All)” for a page field with multiple selected items; otherwise, false.

The default value is true.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowMultipleLabels
PivotTable
.View .ShowMultipleLabels

Remarks

If the ShowMultipleLabels property is false, “(All)” will be always displayed in the report filter area despite the number of selected items in a page field.

ShowMultipleLabels = true ShowMultipleLabels = false
SpreadsheetPivotTable_MultiplePageFieldItems SpreadsheetPivotTable_AllPageFieldItems
See Also