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

ThresholdComparisonType Enum

Lists the values that specify the threshold comparison type.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public enum ThresholdComparisonType

Members

Name Description
GreaterOrEqual

The value should be greater or equal to the threshold.

Greater

The value should be greater than the threshold.

Related API Members

The following properties accept/return ThresholdComparisonType values:

Remarks

The values listed by this enumeration are used to set the IconSetElement.ThresholdComparisonType property value.

See Also