Summary
Available themes for DevExtreme based templates.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["DevExtremeTheme"]
class Type type-node
Syntax
public sealed class DevExtremeTheme : Enum
Fields
Name | Constant Value | Summary |
---|---|---|
Carmine | 3 |
Carmine theme.
static
|
Contrast | 2 |
High contrast theme.
static
|
ContrastCompact | 10 |
Compact and high contrast theme.
static
|
Dark | 1 |
Dark theme.
static
|
DarkCompact | 9 |
Compact dark theme.
static
|
DarkMoon | 4 |
Dark moon theme.
static
|
DarkViolet | 6 |
Dark violet theme.
static
|
GreenMist | 7 |
Green mist theme.
static
|
Light | 0 |
Light theme.
static
|
LightCompact | 8 |
Compact light theme.
static
|
MaterialBlueDark | 16 |
Theme in Google Material design in a dark blue color scheme.
static
|
Material |
26 |
Theme in Google Material design in a compact dark blue color scheme.
static
|
MaterialBlueLight | 11 |
Theme in Google Material design in a light blue color scheme.
static
|
Material |
21 |
Theme in Google Material design in a compact light blue color scheme.
static
|
MaterialLimeDark | 17 |
Theme in Google Material design in a dark lime color scheme.
static
|
Material |
27 |
Theme in Google Material design in a compact dark lime color scheme.
static
|
MaterialLimeLight | 12 |
Theme in Google Material design in a light lime color scheme.
static
|
Material |
22 |
Theme in Google Material design in a compact light lime color scheme.
static
|
MaterialOrangeDark | 18 |
Theme in Google Material design in a dark orange color scheme.
static
|
Material |
28 |
Theme in Google Material design in a compact dark orange color scheme.
static
|
MaterialOrangeLight | 13 |
Theme in Google Material design in a light orange color scheme.
static
|
Material |
23 |
Theme in Google Material design in a compact light orange color scheme.
static
|
MaterialPurpleDark | 19 |
Theme in Google Material design in a dark purple color scheme.
static
|
Material |
29 |
Theme in Google Material design in a compact dark purple color scheme.
static
|
MaterialPurpleLight | 14 |
Theme in Google Material design in a light purple color scheme.
static
|
Material |
24 |
Theme in Google Material design in a compact light purple color scheme.
static
|
MaterialTealDark | 20 |
Theme in Google Material design in a dark teal color scheme.
static
|
Material |
30 |
Theme in Google Material design in a compact dark teal color scheme.
static
|
MaterialTealLight | 15 |
Theme in Google Material design in a light teal color scheme.
static
|
Material |
25 |
Theme in Google Material design in a compact light teal color scheme.
static
|
SoftBlue | 5 |
Soft blue theme.
static
|
value__ |
Extension Methods
Name | Value | Summary |
---|---|---|
GetCssFileName |
string |
Returns the CSS file name for a specific DevExtreme theme.
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|