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