Skip to main content
A newer version of this page is available. .

PivotGridFilterItem Class

Represents a filter item.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public class PivotGridFilterItem :
    IFilterItem

The following members return PivotGridFilterItem objects:

Library Related API Members
Cross-Platform Class Library PivotGridFilterItems.BlankItem
WinForms Controls PivotCustomFilterPopupItemsEventArgs.ShowBlanksItem
WPF Controls PivotCustomFilterPopupItemsEventArgs.ShowBlanksItem
ASP.NET Controls and MVC Extensions PivotCustomFilterPopupItemsEventArgs.ShowBlanksItem

Remarks

The PivotGridFilterItem class represents an item displayed within the filter dropdown.

pivotgrid_filteritems

Each filter item corresponds to a value from the current field. This value is specified by the PivotGridFilterItem.Value property. The filter item can also correspond to the null (blank) value. To obtain whether the item corresponds to the blank value, use the PivotGridFilterItem.IsBlank property.

The filter item’s caption and check state are specified by the PivotGridFilterItem.Text and PivotGridFilterItem.IsChecked properties, repsectively.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PivotGridFilterItem class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
PivotGridFilterItem
See Also