Back to Devexpress

PivotGroupFilterValue Class

corelibraries-devexpress-dot-xtrapivotgrid-c7c532ca.md

latest3.2 KB
Original Source

PivotGroupFilterValue Class

Represents a group filter value.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public class PivotGroupFilterValue :
    PivotFilterValue,
    IPivotGroupFilterValue,
    IPivotGroupFilterValueParent
vb
Public Class PivotGroupFilterValue
    Inherits PivotFilterValue
    Implements IPivotGroupFilterValue,
               IPivotGroupFilterValueParent

The following members return PivotGroupFilterValue objects:

Remarks

Group filter values are used to define which of the records in the data source should be displayed and used to calculate summaries within the PivotGrid control. Each group filter value corresponds to a field value from one of the group fields. If the corresponding field is not the last in the group, the filter value owns a collection of child filter values (the PivotGroupFilterValue.ChildValues collection) that represent values from the next field. To learn more, see Group Filter.

The PivotGroupFilterValue objects are stored within the PivotGroupFilterValuesCollection collections. These collections are owned by individual group filter values (PivotGroupFilterValue.ChildValues) and field groups (PivotGridGroup.FilterValues).

The field value that corresponds to the current filter value is obtained via the Value property. To obtain the field to which the filter value belongs, use the PivotGroupFilterValue.Field property.

Inheritance

Object DevExpress.XtraPivotGrid.PivotFilterValue PivotGroupFilterValue GroupFilterValue

See Also

PivotGroupFilterValue Members

DevExpress.XtraPivotGrid Namespace