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

PivotSummaryFilterValidity Enum

Lists values that specify whether the specified value range and aggregation level are valid.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[Flags]
public enum PivotSummaryFilterValidity

Members

Name Description
Valid

The specified summary values range and target aggregation level are both valid.

InvalidRange

The specified summary values range is invalid.

InvalidLevel

The specified target aggregation level is invalid.

Invalid

The specified summary values range and target aggregation level are both invalid.

Related API Members

The following properties accept/return PivotSummaryFilterValidity values:

Remarks

Values listed by this enumeration are used to set the PivotSummaryFilter.Validity property.

See Also