Skip to main content

IconSetFormat.ElementThresholdType Property

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

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

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

NuGet Package: DevExpress.Wpf.Core

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