Back to Devexpress

FormatCondition.Value1 Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-formatcondition-dot-value1.md

latest1.8 KB
Original Source

FormatCondition.Value1 Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object Value1 { get; set; }
vb
Public Property Value1 As Object

Property Value

TypeDescription
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

FormatCondition Class

FormatCondition Members

DevExpress.Xpf.PivotGrid Namespace