Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public object Value2 { get; set; }

#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