Back to Devexpress

FormatConditionAutomaticType Enum

windowsforms-devexpress-dot-xtraeditors-a668e86a.md

latest2.5 KB
Original Source

FormatConditionAutomaticType Enum

Contains values that specify how the range’s maximum and minimum values are calculated when the FormatConditionRuleMinMaxBase.MaximumType and FormatConditionRuleMinMaxBase.MinimumType properties are set to Automatic.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum FormatConditionAutomaticType
vb
Public Enum FormatConditionAutomaticType

Members

NameDescription
Default

Default is equivalent to ValueBased mode.

| | ValueBased |

The range’s maximum and minimum values are the highest and lowest column values, respectively.

| | ZeroBased |

The range’s maximum value is the highest column value, but not less than 0. The range’s minimum value is the lowest column value, but not greater than 0.

|

The following properties accept/return FormatConditionAutomaticType values:

Remarks

Values provided by the FormatConditionAutomaticType enumeration are used to set the FormatConditionRuleMinMaxBase.AutomaticType property.

See the FormatConditionRuleMinMaxBase.MaximumType and FormatConditionRuleMinMaxBase.MinimumType properties to learn more.

See Also

AutomaticType

MaximumType

MinimumType

DevExpress.XtraEditors Namespace