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.v19.1.dll

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