KryptonOutlookGrid.CollapseNode Method

Krypton OutlookGrid

KryptonOutlookGridCollapseNode Method
Krypton OutlookGrid v1.6.0
Collapses 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 bool CollapseNode(
	OutlookGridRow node
)
Public Function CollapseNode ( 
	node As OutlookGridRow
) As Boolean

Parameters

node
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRow
The OutlookGridRow node.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.KryptonOutlookGrid.CollapseNode(JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridRow)"]

See Also