Skip to main content

FlyoutPanel.Showing Event

Fires when the panel is about to be displayed.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.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