Back to Devexpress

PopupBuilder.DeferRendering Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-popupbuilder-dot-deferrendering.md

latest936 B
Original Source

PopupBuilder.DeferRendering Method

NameParametersDescription
DeferRendering(JS)valueSpecifies whether to render the UI component's content when it is displayed. If false, the content is rendered immediately. Mirrors the client-side deferRendering option.
DeferRendering(Boolean)valueSpecifies whether to render the UI component's content when it is displayed. If false, the content is rendered immediately. Mirrors the client-side deferRendering option.