Skip to main content

FormatCondition.Value1 Property

Gets or sets the first constant that is compared with data cell values.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public object Value1 { get; set; }

Property Value

Type Description
Object

A value that is compared with column values.

Remarks

Pivot Grid cells are compared with the Value1 value using the FormatCondition.ValueRule comparison operator. Specific comparison operators require two values. In this case, use Value1 along with FormatCondition.Value2.

The Value1 along with FormatCondition.Value2 properties are not supported if the FormatCondition.ValueRule property is set to ConditionRule.None or ConditionRule.Expression.

See Also