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