Skip to main content
A newer version of this page is available. .

FlyoutPanel.Showing Event

Fires when the panel is about to be displayed.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[DXCategory("Events")]
public event FlyoutPanelEventHandler Showing

Event Data

The Showing event's data class is DevExpress.Utils.FlyoutPanelEventArgs.

See Also