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

WindowsUIView.SearchPanelShowing Event

Occurs when the Search Panel is about to be displayed.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public event SearchPanelCancelEventHandler SearchPanelShowing

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