Back to Devexpress

PivotCustomFilterPopupItemsEventArgs.CheckAllItems(Boolean) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-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.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.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.Xpf.PivotGrid Namespace