Skip to main content

FormatCondition.Value2 Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "RaiseChanged")]
public object Value2 { get; set; }

Property Value

Type Description
Object

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

Remarks

Use the Value2 property to define the Between rule.

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