ResourceTreeCommands.Delete() Method
Deletes a currently focused group or resource in the Resource Tree.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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