Back to Devexpress

DashboardFormatConditionTopBottomType Enum

dashboard-devexpress-dot-dashboardcommon-59ff2ed2.md

latest1.4 KB
Original Source

DashboardFormatConditionTopBottomType Enum

Lists values used to apply conditional formatting to top/bottom values.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DashboardFormatConditionTopBottomType
vb
Public Enum DashboardFormatConditionTopBottomType

Members

NameDescription
Top

The highest values.

| | Bottom |

The lowest values.

|

The following properties accept/return DashboardFormatConditionTopBottomType values:

Remarks

Values listed in this enumeration are used to set the FormatConditionTopBottom.TopBottom property.

See Also

DevExpress.DashboardCommon Namespace