Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public void ShowSearchPanel()

Remarks

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

See Also