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

ResourceTreeCommands.Rename() Method

Displays an editor in a currently focused group or resource in the Resource Tree so tnat an end user can rename it.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public void Rename()

Remarks

ResourceTreeCommands.RenameCommand calls the Rename method if the CanRename method returns true.

See Also