ControlsHelper GetChildControl ChildType  Method (Control, Boolean)Kentico 8.0 API Reference
Gets the first child control of specified type for given control.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

control
Type: OnlineSystem.Web.UI Control
Control
ensureChildControls (Optional)
Type: OnlineSystem Boolean
Indicates whether child controls should be ensured when looking for a given control

Return Value

Type: ChildType
See Also