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

ResourceTreeCommands.ShowSearchPanel() Method

Shows the Search Panel and moves the keyboard focus to it in the Resource Tree.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public void ShowSearchPanel()

Remarks

ResourceTreeCommands.ShowSearchPanelCommand calls the ShowSearchPanel method if the CanShowSearchPanel method returns true.

See Also