A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class UserInterfaceElement

Defines global user interface settings

Inheritance
System.Object
UserInterfaceElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
public class UserInterfaceElement : ConfigurationElement

Constructors

UserInterfaceElement()

Declaration
public UserInterfaceElement()

Properties

ThemeClass

Gets or sets the the theme class(es) used for the body element.

Declaration
public string ThemeClass { get; set; }
Property Value
Type Description
System.String

Extension Methods