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