WindowsUIView.FlyoutShowing Event
Occurs when a Flyout is to be displayed.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The FlyoutShowing event's data class is DevExpress.XtraBars.Docking2010.Views.WindowsUI.FlyoutCancelEventArgs.
Remarks
While handling this event, you can perform additional checks and if required, set the Cancel parameter to true to cancel Flyout showing. After a Flyout is completely displayed, the WindowsUIView.FlyoutShown event occurs.
See Also