TopBottomRuleFormatCondition.Threshold Property
Specifies the number or percentage of cells to format.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
| Type | Description |
|---|---|
| Double | The number of cells to format. |
Remarks
The Threshold property is in effect for the following rules:
- TopBottomRule.TopItems
- TopBottomRule.TopPercent
- TopBottomRule.BottomItems
- TopBottomRule.BottomPercent
See Also