ExpandContainer.Collapsed Event
In This Article
Fires when the container is collapsed.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public event EventHandler Collapsed
#Event Data
The Collapsed event's data class is EventArgs.
See Also