OutlookGridRowNodeEventBase.Node Property

Krypton OutlookGrid

OutlookGridRowNodeEventBaseNode Property
Krypton OutlookGrid v1.6.0
Gets the 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 Node { get; }
Public ReadOnly Property Node As OutlookGridRow
	Get

Property Value

Type: OutlookGridRow
The node.
See Also