Back to Devexpress

PivotCustomFilterPopupItemsEventArgs.CheckAllItems(Boolean) Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotcustomfilterpopupitemseventargs-dot-checkallitems-x28-system-dot-boolean-x29.md

latest1.7 KB
Original Source

PivotCustomFilterPopupItemsEventArgs.CheckAllItems(Boolean) Method

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public void CheckAllItems(
    bool isChecked
)
vb
Public Sub CheckAllItems(
    isChecked As Boolean
)

Parameters

NameTypeDescription
isCheckedBoolean

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

IsChecked

PivotCustomFilterPopupItemsEventArgs Class

PivotCustomFilterPopupItemsEventArgs Members

DevExpress.XtraPivotGrid Namespace