Skip to main content
All docs
V26.1
  • ResourceTreeCommands.DeleteCommand Property

    Gets or sets a command used to delete a group or resource in the Resource Tree.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v26.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public ICommand DeleteCommand { get; set; }

    Property Value

    Type
    ICommand

    Remarks

    This command is assigned to the Delete item in the Resource Tree Pop-Up Menu.

    See Also