windowsforms-devexpress-dot-xtraeditors-bd01914a.md
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
public enum FormatConditionValueType
Public Enum FormatConditionValueType
| Name | Description |
|---|---|
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:
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