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

IconSetFormat.ElementThresholdType Property

Specifies the threshold type for icons. This is a dependency property.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

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

Declaration

public ConditionalFormattingValueType ElementThresholdType { get; set; }

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