Click or drag to resize
ControlsHelperGetControlOfTypeRecursiveT Method
Gets the control of specified type recursively to parent control

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static T GetControlOfTypeRecursive<T>(
	Control parent
)
where T : Control

Parameters

parent
Type: System.Web.UIControl
Parent control

Type Parameters

T
Required control type

Return Value

Type: T
See Also