FormatConditionAppearanceType Enum
Lists values used to specify style settings used in conditional formatting.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.1.Core.dll
Declaration
Members
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. |
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the FormatConditionAppearanceType enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.