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

ResourceTreeCommands.RenameCommand Property

Gets or sets a command used to rename a group or resource 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 ICommand RenameCommand { get; set; }

Property Value

Type
ICommand

Remarks

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

See Also