WindowsUIView.SearchPanelShowing Event
Occurs when the Search Panel is about to be displayed.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The SearchPanelShowing event's data class is DevExpress.XtraBars.Docking2010.Views.WindowsUI.SearchPanelCancelEventArgs.
Remarks
The SearchPanelShowing event is fired before the Search Panel is shown and allows you to restrict it from being displayed by setting the e.Cancel property to true. If not canceled, the SearchPanelShowing event is followed by the WindowsUIView.SearchPanelShown event.
See Also