Back to Devexpress

IconSetFormat.ElementThresholdType Property

wpf-devexpress-dot-xpf-dot-core-dot-conditionalformatting-dot-iconsetformat.md

latest1.5 KB
Original Source

IconSetFormat.ElementThresholdType Property

Specifies the threshold type for icons. 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 ConditionalFormattingValueType ElementThresholdType { get; set; }
vb
Public Property ElementThresholdType As ConditionalFormattingValueType

Property Value

TypeDescription
ConditionalFormattingValueType

A ConditionalFormattingValueType enumeration value.

|

Available values:

NameDescription
Percent

The threshold type is percentage.

| | Number |

The threshold type is number.

|

See Also

IconSetFormat Class

IconSetFormat Members

DevExpress.Xpf.Core.ConditionalFormatting Namespace