Back to Devexpress

FormatConditionTopBottomType Enum

windowsforms-devexpress-dot-xtraeditors-80921047.md

latest1.2 KB
Original Source

FormatConditionTopBottomType Enum

Enumerates value ranges relative to a certain value.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum FormatConditionTopBottomType
vb
Public Enum FormatConditionTopBottomType

Members

NameDescription
Top

The highest values.

| | Bottom |

The lowest values.

|

The following properties accept/return FormatConditionTopBottomType values:

Remarks

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

See Also

DevExpress.XtraEditors Namespace