FormatCondition.Value2 Property
Gets or sets the first constant that is compared with data cell values.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Object | A value that is compared with column values. |
Remarks
Pivot Grid cells are compared with the FormatCondition.Value1 value using the FormatCondition.ValueRule comparison operator. Specific comparison operators require two values. In this case, use FormatCondition.Value1 along with Value2.
The FormatCondition.Value1 along with Value2 properties are not supported if the FormatCondition.ValueRule property is set to ConditionRule.None or ConditionRule.Expression.
See Also