KryptonDataGridViewTreeTextCell.OwningNode Property

Krypton OutlookGrid

KryptonDataGridViewTreeTextCellOwningNode Property
Krypton OutlookGrid v1.6.0
Gets the owning node.

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public OutlookGridRow OwningNode { get; }
Public ReadOnly Property OwningNode As OutlookGridRow
	Get

Property Value

Type: OutlookGridRow
The owning node.
See Also