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.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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 |
|
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 |
|---|---|
![]() |
![]() |
See Also

