OutlookGridRow.ParentNode Property

Krypton OutlookGrid

OutlookGridRowParentNode Property
Krypton OutlookGrid v1.6.0
Gets or sets the parent node.

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

Property Value

Type: OutlookGridRow
The parent node.
See Also