Click or drag to resize
MacroDesignerTreeRemoveGroup Method
Adds given group as a new child.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public void RemoveGroup(
	int position
)

Parameters

position
Type: SystemInt32
Relative position within the children collection
See Also