Enum TableRowLayout
Specifies different rendering modes for properties in the edit user interface.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 10.10.4Syntax
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. |