LayoutGroup.Expanded Event
Fires when a group is expanded.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
Event Data
The Expanded event's data class is EventArgs.
Remarks
To allow a group to be collapsed/expanded, set:
The LayoutGroup.Collapsed event fires when a group is collapsed. To respond to a group being expanded, handle the Expanded event.
See Also