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

ClipboardNodePastingEventArgs.IsKeyFieldValueValid() Method

Returns whether the key of the processed node is unique.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public bool IsKeyFieldValueValid()

Returns

Type Description
Boolean

true, if the key is unique; otherwise, false.

See Also