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

BeforeDragNodeEventArgs.CanDrag Property

Gets or sets a value indicating whether a Tree List node can be dragged.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v22.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public bool CanDrag { get; set; }

Property Value

Type Description
Boolean

true if a Tree List node can be dragged; otherwise, false.

See Also