aspx:LayoutModel
A component allows you to view the "detail" or "edit" layout of a record. The layout shown depends on what layout the target user has access to.
<aspx:LayoutModel runat='server' value='{!Model}' mode='detail'/>
Properties
| Property | Description |
|---|
| value | The merge expression identifying the record for each layout should be shown. |
| mode | Possible values are: detail or edit. |
| layoutId | optional, the ID of the target layout (form layout usually). This value cancels locating the layout the user has access to and shows the requested layout. |