Returns true if the control should be completely re-rendered. Gaia tries to do "partial rendering" as
seldom as possible, however there are a few scenarios where partial rendering is "inevitable".
One of those are if the control has not previously been rendered due to either being "invisible" or
some ancestor container widget was invisible. Another reason might be because the control needs a full
re-rendering like for instance ForceAnUpdate on container widgets. If this property is true then
a full re-rendering will be initiated.
Namespace:
Gaia.WebWidgetsAssembly: Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)
