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.v19.1.dll

Declaration

public void ShowSearchPanel()

Remarks

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

See Also