Skip to main content

ResourceTreeCommands.CreateResourceCommand Property

Gets or sets a command used to create a new resource item in the Resource Tree.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public ICommand CreateResourceCommand { get; set; }

Property Value

Type
ICommand

Remarks

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

See Also