Skip to main content

PivotCustomFilterPopupItemsEventArgs.CheckAllItems(Boolean) Method

Checks or unchecks all filter items in the PivotCustomFilterPopupItemsEventArgs.Items collection.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void CheckAllItems(
    bool isChecked
)

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