IconSetFormat.ElementThresholdType Property
Specifies the threshold type for icons. This is a dependency property.
Namespace: DevExpress.Xpf.Core.ConditionalFormatting
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ConditionalFormattingValueType | A ConditionalFormattingValueType enumeration value. |
Available values:
Name | Description |
---|---|
Percent | The threshold type is percentage. |
Number | The threshold type is number. |
See Also