Enum TableRowLayout
Specifies different rendering modes for properties in the edit user interface.
Namespace: EPiServer.Core
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public enum TableRowLayout
Fields
Name | Description |
---|---|
Default | Two cells in one row wich the first contains caption and the second is the responsibility of the control. |
Wide | Two rows where the first contain caption and the second is the responsibility of the control. |