Skip to main content

LayoutGroup.Collapsed Event

Fires when a group is collapsed.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public event EventHandler Collapsed

Event Data

The Collapsed event's data class is EventArgs.

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