Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 814 Bytes

File metadata and controls

21 lines (15 loc) · 814 Bytes
id dxMultiView.Options.deferRendering
type Boolean
default true

shortDescription

Specifies whether to render the view's content when it is displayed. If false, the content is rendered immediately.



Angular

If you set the deferRendering property to true, wrap the content in the Angular named template.

Vue

If you set the deferRendering property to true, wrap the content in the Vue named template.