FormatConditionValueType Enum
Enumerates how cutoff/minimum/maximum values are regarded and whether they are calculated automatically.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
Members
Name | Description |
---|---|
Number
|
A numeric value. |
Percent
|
A percentage value. |
Automatic
|
A cuttoff/minimum/maximum value is calculated automatically.
|
Related API Members
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.