FormatConditionTopBottomType Enum
Enumerates value ranges relative to a certain value.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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