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

ResourceTreeCommands.ShowSearchPanelCommand Property

Gets or sets a command used to show the search panel in the Resource Tree.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public ICommand ShowSearchPanelCommand { get; set; }

Property Value

Type
ICommand

Remarks

This command is assigned to the Find item in the Resource Tree Pop-Up Menu.

See Also