PivotCustomFilterPopupItemsEventArgs.CheckAllItems(Boolean) Method
Checks or unchecks all filter items in the PivotCustomFilterPopupItemsEventArgs.Items collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
isChecked | Boolean | true to check the filter items; false to uncheck them. |
Remarks
To check or uncheck individual filter items, use their PivotGridFilterItem.IsChecked property.
See Also