PivotCustomFilterPopupItemsEventArgs.CheckAllItems(Boolean) Method
In This Article
Checks or unchecks all filter items in the PivotCustomFilterPopupItemsEventArgs.Items collection.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#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 the PivotGridFilterItem.IsChecked property.
See Also