| id | dxMultiView.Options.deferRendering |
|---|---|
| type | Boolean |
| default | true |
Specifies whether to render the view's content when it is displayed. If false, the content is rendered immediately.
If you set the deferRendering property to true, wrap the content in the Angular named template.
If you set the deferRendering property to true, wrap the content in the Vue named template.