Enum RenderType
Specifies the different rendering states a PropertyControl can be in.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public enum RenderTypeFields
| 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. | 
