ResourceTreeCommands.CanDelete() Method
Determines whether a currently focused group or resource can be deleted in the Resource Tree.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
ResourceTreeCommands.DeleteCommand calls the Delete method if the CanDelete method returns true.
See Also