Try our conversational search powered by Generative AI!

Enum RenderType

Specifies the different rendering states a PropertyControl can be in.

Namespace: EPiServer.Core
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
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