Click or drag to resize
ControlsHelperGetLastChildControl Method
Gets the last child control of specified type for given control.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static Control GetLastChildControl(
	Control control,
	Type type
)

Parameters

control
Type: System.Web.UIControl
Control
type
Type: SystemType
Control type

Return Value

Type: Control
See Also