Skip to main content
All docs
V26.1
  • ClipboardNodePastingEventArgs.IsKeyFieldValueValid() Method

    Returns whether the key of the processed node is unique.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v26.1.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