Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Enum RenderType

Specifies the different rendering states a PropertyControl can be in.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
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.

Extension Methods