property Group.Expanded as Boolean
Expands or collapses the group.

TypeDescription
Boolean A boolean expression that indicates whether the group is expanded or collapsed.

Use the Expanded property to expand or collapse the group. Use the AllowExpand property to disable expanding or collapsing a group. The control fires BeforeExpandItem event before expanding or collapsing the group. The ExpandGroup event is fired after user expands a group. Use the ExpandOnClick property to specify whether the user can expand or collapse the groups by clicking the caption of the group.