Skip to main content

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public void Rename()

Remarks

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

See Also