Back to Devexpress

FormatCondition.Value1 Property

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

latest1.3 KB
Original Source

FormatCondition.Value1 Property

The lowest 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 Value1 { get; set; }
vb
Public Property Value1 As Object

Property Value

TypeDescription
Object

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

|

Remarks

If the Value1 property is set to null , the actual lowest value in the column’s data range is used for conditional formatting. Use the Value1 property to manually set the lowest value.

See Also

Value2

FormatCondition Class

FormatCondition Members

DevExpress.Xpf.Grid Namespace