Skip to main content

LayoutGroup.Collapsed Event

Fires when a group is collapsed.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll

#Declaration

public event EventHandler Collapsed

#Event Data

The Collapsed event's handler receives an argument of the EventArgs type.

#Remarks

To allow a group to be collapsed/expanded, set:

The Collapsed event fires when a group is collapsed. To respond to a group being expanded, handle the LayoutGroup.Expanded event.

See Also