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

ResourceTreeControl.AllowDragDrop Property

Gets or sets whether to allow end-users to drag and drop groups and resources to rearrange them. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public bool AllowDragDrop { get; set; }

Property Value

Type Description
Boolean

true, to allow end-users to drag and drop groups and resources; otherwise, false

See Also