OutlookGridRowNodeCollection.Nodes Property

Krypton OutlookGrid

OutlookGridRowNodeCollectionNodes Property
Krypton OutlookGrid v1.6.0
Gets the nodes.

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 List<OutlookGridRow> Nodes { get; }
Public ReadOnly Property Nodes As List(Of OutlookGridRow)
	Get

Property Value

Type: ListOutlookGridRow
The nodes.
See Also