ClipboardNodePastingEventArgs.IsKeyFieldValueValid() Method
In This Article
Returns whether the key of the processed node is unique.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#Returns
Type | Description |
---|---|
Boolean | true if the key is unique; otherwise, false. |
See Also