DevExtremeTheme Class

Summary

Available themes for DevExtreme based templates.
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
MaterialBlueDarkCompact 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
MaterialBlueLightCompact 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
MaterialLimeDarkCompact 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
MaterialLimeLightCompact 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
MaterialOrangeDarkCompact 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
MaterialOrangeLightCompact 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
MaterialPurpleDarkCompact 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
MaterialPurpleLightCompact 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
MaterialTealDarkCompact 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
MaterialTealLightCompact 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<DevExtremeTheme>() string
Get a basic string representation of specified object.
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<DevExtremeTheme>(DevExtremeTheme[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<DevExtremeTheme>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<DevExtremeTheme>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<DevExtremeTheme>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<DevExtremeTheme>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin