Back to Devexpress

AfterDropNodeEventArgs.IsSuccess Property

windowsforms-devexpress-dot-xtratreelist-dot-afterdropnodeeventargs-c6e118df.md

latest1.3 KB
Original Source

AfterDropNodeEventArgs.IsSuccess Property

Gets whether a node was copied or moved to another node (position).

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public bool IsSuccess { get; }
vb
Public ReadOnly Property IsSuccess As Boolean

Property Value

TypeDescription
Boolean

true if the node was copied or moved to another node (position); otherwise, false.

|

See Also

AfterDropNodeEventArgs Class

AfterDropNodeEventArgs Members

DevExpress.XtraTreeList Namespace