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.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public bool InitCompleted { get; set; }

Property Value

Type: Boolean
See Also