Back to Devexpress

FormatConditionValueType Enum

windowsforms-devexpress-dot-xtraeditors-bd01914a.md

latest3.4 KB
Original Source

FormatConditionValueType Enum

Enumerates how cutoff/minimum/maximum values are regarded and whether they are calculated automatically.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum FormatConditionValueType
vb
Public Enum FormatConditionValueType

Members

NameDescription
Number

Cell values are compared with zero.

| | Percent |

Cell values are compared with each other. The minimum cell value is treated as 0%, the maximum value is 100%.

| | Automatic |

A cuttoff/minimum/maximum value is calculated automatically.

|

The following properties accept/return FormatConditionValueType values:

Remarks

The values listed by this enumeration are used to set the FormatConditionRuleTopBottom.RankType, FormatConditionRuleMinMaxBase.MaximumType, FormatConditionRuleMinMaxBase.MinimumType, FormatConditionRule3ColorScale.MiddleType and FormatConditionIconSet.ValueType properties.

See Also

DevExpress.XtraEditors Namespace