Back to Devexpress

PivotSummaryFilterValidity Enum

corelibraries-devexpress-dot-xtrapivotgrid-2352ccb6.md

latest2.1 KB
Original Source

PivotSummaryFilterValidity Enum

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[Flags]
public enum PivotSummaryFilterValidity
vb
<Flags>
Public Enum PivotSummaryFilterValidity

Members

NameDescription
Valid

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

| | InvalidRange |

The specified summary values range is invalid.

| | InvalidLevel |

The specified target detail level is invalid.

| | Invalid |

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

|

The following properties accept/return PivotSummaryFilterValidity values:

Remarks

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

See Also

DevExpress.XtraPivotGrid Namespace