Click or drag to resize
ControlsHelperMoveControls Method
Moves the child controls between two controls.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static void MoveControls(
	Control sourceControl,
	Control targetControl,
	Control excludeControl
)

Parameters

sourceControl
Type: System.Web.UIControl
Source control
targetControl
Type: System.Web.UIControl
Target control
excludeControl
Type: System.Web.UIControl
Exclude control
See Also