Recurrence PatternControls Property
This is overridden to ensure that the child controls are always created when needed
Definition
Namespace: EWSoftware.PDI.Web.Controls
Assembly: EWSoftware.PDI.Web.Controls (in EWSoftware.PDI.Web.Controls.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Web.Controls (in EWSoftware.PDI.Web.Controls.dll) Version: 2025.1.9.0
C#
public override ControlCollection Controls { get; }VB
Public Overrides ReadOnly Property Controls As ControlCollection
GetC++
public:
virtual property ControlCollection^ Controls {
ControlCollection^ get () override;
}F#
abstract Controls : ControlCollection with get
override Controls : ControlCollection with get