Skip to main content

ClipboardNodePastingEventArgs.IsKeyFieldValueValid() Method

Returns whether the key of the processed node is unique.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public bool IsKeyFieldValueValid()

Returns

Type Description
Boolean

true if the key is unique; otherwise, false.

See Also