Skip to main content

FormatCondition.ValueRule Property

Specifies the rule for conditional formatting. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ConditionRule ValueRule { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Grid.ConditionRule

A DevExpress.UI.Xaml.Grid.ConditionRule enumeration value.

Remarks

The ValueRule property specifies how cell values should be compared to the Value1 and Value2 property values in order to determine whether the conditional formatting style should be applied to them.

To create a custom rule via an expression, use the Expression property.

See Also