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

The dbiNodeItem that was double clicked

Syntax

Visual Basic (Declaration) 
Public Property NodeItem As dbiNodeItem
C# 
public dbiNodeItem NodeItem {get; set;}

Property Value

dbiNodeItem

Remarks

Replaces the deprecated "Item" proeprty

Requirements

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

See Also