Back to Devexpress

ClipboardNodePastingEventArgs.IsNodeValid() Method

windowsforms-devexpress-dot-xtratreelist-dot-clipboardnodepastingeventargs-eaad82cc.md

latest2.2 KB
Original Source

ClipboardNodePastingEventArgs.IsNodeValid() Method

Returns whether pasted values can be accepted by target columns. Both the pasted values and target columns are specified by the ClipboardNodePastingEventArgs.Values dictionary.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public bool IsNodeValid()
vb
Public Function IsNodeValid As Boolean

Returns

TypeDescription
Boolean

true if the pasted values can be accepted by target columns; otherwise, false.

|

Remarks

The IsNodeValid method performs a data compatibility test by iterating through the ClipboardNodePastingEventArgs.Values dictionary and calling the ClipboardNodePastingEventArgs.IsValueValid method for each pair.

See Also

IsValueValid

GetInvalidValues()

GetValidValues()

ClipboardNodePastingEventArgs Class

ClipboardNodePastingEventArgs Members

DevExpress.XtraTreeList Namespace