Skip to main content

TreeListNodeDragEventArgs.Handled Property

Gets or sets whether the drag and drop operation is handled.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if an operation is handled; otherwise, false.

See Also