Specifies different rendering modes for properties in the edit user interface.

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public enum TableRowLayout

Members

Member nameDescription
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.

See Also