jQuery/JS Common - utils - ui - themes
An object that serves as a namespace for the methods that work with DevExtreme CSS Themes.
import themes from "devextreme/ui/themes"
Methods
Name | Description |
---|---|
current() |
Gets the current theme's name. |
current(themeName) |
Sets a theme with a specific name. |
ready(callback) |
Specifies a function to be executed after the theme is loaded. |
Feedback