Back to Devexpress

ConditionalFormattingValueType Enum

wpf-devexpress-dot-xpf-dot-grid-dot-conditionalformatting-7e515ac3.md

latest1.6 KB
Original Source

ConditionalFormattingValueType Enum

OBSOLETE

Use the ConditionalFormattingValueType instead

Lists the values that specify the value type used by the conditional formatting.

Namespace : DevExpress.Xpf.Grid.ConditionalFormatting

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Obsolete("Use the DevExpress.Xpf.Core.ConditionalFormatting.ConditionalFormattingValueType instead")]
[Browsable(false)]
public enum ConditionalFormattingValueType
vb
<Obsolete("Use the DevExpress.Xpf.Core.ConditionalFormatting.ConditionalFormattingValueType instead")>
<Browsable(False)>
Public Enum ConditionalFormattingValueType

Members

NameDescription
Percent

The threshold type is percentage.

| | Number |

The threshold type is number.

|

Remarks

The values listed by the ConditionalFormattingValueType enumeration are used to set the IconSetFormat.ElementThresholdType property.

See Also

DevExpress.Xpf.Grid.ConditionalFormatting Namespace