PivotCustomFilterPopupItemsEventArgs.CheckAllItems(Boolean) Method
In This Article
Checks or unchecks all filter items in the PivotCustomFilterPopupItemsEventArgs.Items collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
is |
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