London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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