HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

OwningItem Property, CellClass Class

Returns the owning item of the cell.

Class: CellClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

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

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 CellClass Class | Classes | SftTree/NET 3.0