Click or drag to resize
CMSDynamicWebControlInitCompleted Property
If true, the initialization of the control has already completed and won't repeat. Set to true in your initialization code.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public bool InitCompleted { get; set; }

Property Value

Type: Boolean
See Also