Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

Parent Property, ItemClass Class

Returns the parent item of the item.

Class: ItemClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public ItemClass Parent { get; }
Public ReadOnly Property Parent As ItemClass

Value

The parent item or null/Nothing if the item is a top-most item and has no parent.

Comments

Returns the parent item of the item.

To find an item's top-most parent, use the ItemClass.TopParent property instead.

See Also ItemClass Class | Classes | SftTree/NET 2.0