This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.Reporting.Generic.
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
|
| FluentBlueDark | 35 |
Theme in Fluent design in a dark blue color scheme.
Only available in commercial versions starting with 23.2.
To use requires
DevExtremeVersion and
DevExtremeLicenseKey been set.
static
|
| Fluent |
37 |
Theme in Fluent design in a compact dark blue color scheme.
Only available in commercial versions starting with 23.2.
To use requires
DevExtremeVersion and
DevExtremeLicenseKey been set.
static
|
| FluentBlueLight | 31 |
Theme in Fluent design in a light blue color scheme.
Only available in commercial versions starting with 23.2.
To use requires
DevExtremeVersion and
DevExtremeLicenseKey been set.
static
|
| Fluent |
33 |
Theme in Fluent design in a compact light blue color scheme.
Only available in commercial versions starting with 23.2.
To use requires
DevExtremeVersion and
DevExtremeLicenseKey been set.
static
|
| FluentSaaSDark | 36 |
Theme in Fluent design in a dark SaaS color scheme.
Only available in commercial versions starting with 23.2.
To use requires
DevExtremeVersion and
DevExtremeLicenseKey been set.
static
|
| Fluent |
38 |
Theme in Fluent design in a compact dark SaaS color scheme.
Only available in commercial versions starting with 23.2.
To use requires
DevExtremeVersion and
DevExtremeLicenseKey been set.
static
|
| FluentSaaSLight | 32 |
Theme in Fluent design in a light SaaS color scheme.
Only available in commercial versions starting with 23.2.
To use requires
DevExtremeVersion and
DevExtremeLicenseKey been set.
static
|
| Fluent |
34 |
Theme in Fluent design in a compact light SaaS color scheme.
Only available in commercial versions starting with 23.2.
To use requires
DevExtremeVersion and
DevExtremeLicenseKey been set.
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 |
|---|---|---|
| Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
| GetCssFileName |
string |
Returns the CSS file name for a specific DevExtreme theme.
Requires the Cake.Issues.Reporting.Generic addin
|
| IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
| ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
| ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
