FormatCondition.ValueRule Property
In This Article
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
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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