CalculationBinding.PartitioningCriteria Property
Gets or sets how the window is defined for window calculations.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
CalculationPartitioningCriteria | A CalculationPartitioningCriteria enumeration member that specifies a calculation window. |
Available values:
Name | Description |
---|---|
None | A window is not defined, i.e., the entire data table is the window. |
RowValue | A window is composed of cells with the same row value. |
ColumnValue | A window is composed of cells with the same column value. |
RowValueAndColumnParentValue | A window is composed of cells with the same row values and the same values of a parent column. |
ColumnValueAndRowParentValue | A window is composed of cells with the same column value and the same value of a parent row. |
RowAndColumnParentValues | A window is composed of cells with the same value of a parent column and the same value of a parent row. |
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PartitioningCriteria property.
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.