Back to Devexpress

ResourceTreeCommands.RenameCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-resourcetreecommands-6f249151.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ICommand RenameCommand { get; set; }
vb
Public Property RenameCommand As ICommand

Property Value

Type
ICommand

Remarks

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

See Also

ResourceTreeCommands Class

ResourceTreeCommands Members

DevExpress.Xpf.Scheduling Namespace