Class UiWrapperType
Inheritance
System.Object
UiWrapperType
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell
Assembly: EPiServer.UI.dll
Version: 11.20.7Syntax
public static class UiWrapperType
Fields
ContentEditable
Declaration
public const string ContentEditable = "contenteditable"
Field Value
Type | Description |
---|---|
System.String |
Floating
Declaration
public const string Floating = "floating"
Field Value
Type | Description |
---|---|
System.String |
Flyout
Declaration
public const string Flyout = "flyout"
Field Value
Type | Description |
---|---|
System.String |
Inline
Declaration
[Obsolete("Use ContentEditable property instead. This should generally be avoided and should not be used as the default editor wrapper type.")]
public const string Inline = "inline"
Field Value
Type | Description |
---|---|
System.String |