Back to Devexpress

PivotGridFilterItem Class

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-714dbbb6.md

latest2.6 KB
Original Source

PivotGridFilterItem Class

Represents a filter item.

Namespace : DevExpress.XtraPivotGrid.Data

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public class PivotGridFilterItem :
    IFilterItem
vb
Public Class PivotGridFilterItem
    Implements IFilterItem

The following members return PivotGridFilterItem objects:

LibraryRelated API Members
WinForms ControlsPivotCustomFilterPopupItemsEventArgs.ShowBlanksItem
WPF ControlsPivotCustomFilterPopupItemsEventArgs.ShowBlanksItem
ASP.NET Web Forms ControlsPivotCustomFilterPopupItemsEventArgs.ShowBlanksItem

Remarks

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

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.

Inheritance

Object PivotGridFilterItem

See Also

PivotGridFilterItem Members

DevExpress.XtraPivotGrid.Data Namespace