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.v19.1.dll

Declaration

public void Rename()

Remarks

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

See Also