Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

public object Value1 { get; set; }

Property Value

Type Description
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