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

Gets the parent node for this node item. Will return nothing if this node is the parent node.

Syntax

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

Property Value

dbiNodeItem

Requirements

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

See Also