Skip to main content

ResourceTreeCommands.Delete() Method

Deletes a currently focused group or resource in the Resource Tree.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public void Delete()

Remarks

ResourceTreeCommands.DeleteCommand calls the Delete method if the CanDelete method returns true. If this method is called for a currently focused group, all its resources will be deleted as well.

See Also