Closes the child group.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
public void Collapse(
	bool deep
)
Visual Basic (Declaration)
Public Sub Collapse ( _
	deep As Boolean _
)

Parameters

deep
Type: System..::.Boolean
If deep is True then closes the child group and collapses the all nested items.

See Also