Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

OwningItem Property, CellBaseClass Class

Returns the owning item of the cell.

Class: CellBaseClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public object OwningItem { get; }
Public ReadOnly Property OwningItem As Object

Value

The owning item.

Comments

Returns the owning item of the cell.

Cells are not standalone objects, they are always owned by a containing item and a control.

See Also CellBaseClass Class | Classes | SftTree/NET 2.0