FlyoutPanel.Showing Event
In This Article
Fires when the panel is about to be displayed. Handle the FlyoutPanel.BeforeShow event instead.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
[DXCategory("Events")]
[EditorBrowsable(EditorBrowsableState.Never)]
public event FlyoutPanelEventHandler Showing
#Event Data
The Showing event's data class is DevExpress.Utils.FlyoutPanelEventArgs.
See Also