dashboard-devexpress-dot-dashboardcommon-64b5cb50.md
Lists values used to specify style settings used in conditional formatting.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public enum FormatConditionAppearanceType
Public Enum FormatConditionAppearanceType
| Name | Description |
|---|---|
None |
Style settings are not changed.
|
| Custom |
A custom appearance. If the AppearanceSettings.AppearanceType is set to Custom , specify appearance settings manually using the AppearanceSettings.BackColor, AppearanceSettings.ForeColor, AppearanceSettings.FontFamily and AppearanceSettings.FontStyle properties.
|
| PaleRed |
The Pale Red color.
|
| PaleYellow |
The Pale Yellow color.
|
| PaleGreen |
The Pale Green color.
|
| PaleBlue |
The Pale Blue color.
|
| PalePurple |
The Pale Purple color.
|
| PaleCyan |
The Pale Cyan color.
|
| PaleOrange |
The Pale Orange color.
|
| PaleGray |
The Pale Gray color.
|
| Red |
The Red color.
|
| Yellow |
The Yellow color.
|
| Green |
The Green color.
|
| Blue |
The Blue background color.
|
| Purple |
The Purple color.
|
| Cyan |
The Cyan background color.
|
| Orange |
The Orange color.
|
| Gray |
The Gray color.
|
| GradientRed |
The Red color used in gradient ranges.
|
| GradientYellow |
The Yellow color used in gradient ranges.
|
| GradientGreen |
The Green color used in gradient ranges.
|
| GradientBlue |
The Blue color used in gradient ranges.
|
| GradientPurple |
The Purple color used in gradient ranges.
|
| GradientCyan |
The Cyan color used in gradient ranges.
|
| GradientOrange |
The Orange color used in gradient ranges.
|
| GradientTransparent |
The transparent color used in gradient ranges.
|
| FontBold |
The bold font.
|
| FontItalic |
The Italic font.
|
| FontUnderline |
The underline font.
|
| FontGrayed |
The Gray font.
|
| FontRed |
The Red font.
|
| FontYellow |
The Yellow font.
|
| FontGreen |
The Green font.
|
| FontBlue |
The Blue font.
|
The following properties accept/return FormatConditionAppearanceType values:
See Also