Skip to main content
A newer version of this page is available. .

ResourceTreeCommands.Delete() Method

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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