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

FormatConditionTopBottomType Enum

Enumerates value ranges relative to a certain value.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public enum FormatConditionTopBottomType

Members

Name Description
Top

The highest values.

Bottom

The lowest values.

Related API Members

The following properties accept/return FormatConditionTopBottomType values:

Remarks

The values listed by this enumeration are used to set the FormatConditionRuleTopBottom.TopBottom property.

See Also