LayoutGroup.Collapsed Event
In This Article
Fires when a group is collapsed.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
#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