IconSetFormat.ElementThresholdType Property
In This Article
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
public ConditionalFormattingValueType ElementThresholdType { get; set; }
#Property Value
Type | Description |
---|---|
Conditional |
A Conditional |
Available values:
Name | Description |
---|---|
Percent | The threshold type is percentage. |
Number | The threshold type is number. |
See Also