If enabled, contol will collapse all previously expanded groups except the one being expanded by user.

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

Syntax

C#
[DefaultValueAttribute(false)]
public bool AutoCollapse { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property AutoCollapse As Boolean

See Also