Skip to main content
All docs
V26.1
  • 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.v26.1.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