Skip to main content

ResourceTreeCommands.CanRename() Method

Determines whether a currently focused group or resource can be renamed in the Resource Tree.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool CanRename()

Returns

Type Description
Boolean

true, if a currently focused group or resource can be renamed; otherwise, false.

Remarks

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

See Also