Skip to main content
A newer version of this page is available. .

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

public enum FormatConditionValueType

Members

Name Description
Number

A numeric value.

Percent

A percentage value.

Automatic

A cuttoff/minimum/maximum value is calculated automatically.

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