dbicList Send comments on this topic.
AllowNodeExchange Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > BeforeNodeExchangeEventArgs Class : AllowNodeExchange Property

Determines if the exchange will be allowed

Syntax

Visual Basic (Declaration) 
Public Property AllowNodeExchange As Boolean
C# 
public bool AllowNodeExchange {get; set;}

Property Value

Boolean

Remarks

Setting this property to alse within the BeforeNodeExchange event will cancel the operation.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also