Back to Devexpress

IconSetElement.ThresholdComparisonType Property

wpf-devexpress-dot-xpf-dot-core-dot-conditionalformatting-dot-iconsetelement-397f21e2.md

latest1.6 KB
Original Source

IconSetElement.ThresholdComparisonType Property

Specifies the threshold comparison type for the icon. This is a dependency property.

Namespace : DevExpress.Xpf.Core.ConditionalFormatting

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ThresholdComparisonType ThresholdComparisonType { get; set; }
vb
Public Property ThresholdComparisonType As ThresholdComparisonType

Property Value

TypeDescription
ThresholdComparisonType

A ThresholdComparisonType enumeration value.

|

Available values:

NameDescription
GreaterOrEqual

The value should be greater or equal to the threshold.

| | Greater |

The value should be greater than the threshold.

|

See Also

IconSetElement Class

IconSetElement Members

DevExpress.Xpf.Core.ConditionalFormatting Namespace