Back to Devexpress

FormatCondition.Value2 Property

wpf-devexpress-dot-xpf-dot-grid-dot-formatcondition-dot-value2.md

latest1.3 KB
Original Source

FormatCondition.Value2 Property

The largest value in the column’s data range. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Object

An object that is the largest value in the data range.

|

Remarks

If the Value2 property is set to null , the actual largest value of the column’s data range is used for conditional formatting. Use the Value2 property to manually set the largest value.

See Also

Value1

FormatCondition Class

FormatCondition Members

DevExpress.Xpf.Grid Namespace