Enum RenderType
Specifies the different rendering states a PropertyControl can be in.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public enum RenderType
Fields
| Name | Description |
|---|---|
| Default | Indicates that the current render state is the default view type. |
| Edit | Indicates that the current render state is for editing. |
| OnPageEdit | Indicates that the current render state is for on page inline editing. |
| Unknown | Indicates that the current render state is unknown. |