OutlookGridRow.IsAParentNodeOrGroupCollapsed Method

Krypton OutlookGrid

OutlookGridRowIsAParentNodeOrGroupCollapsed Method
Krypton OutlookGrid v1.6.0
Determines if there is a parent node or a parent group collapsed.

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 IsAParentNodeOrGroupCollapsed(
	OutlookGridRow row,
	int i
)
Public Function IsAParentNodeOrGroupCollapsed ( 
	row As OutlookGridRow,
	i As Integer
) As Boolean

Parameters

row
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRow
The specified row.
i
Type: SystemInt32
The i.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridRow.IsAParentNodeOrGroupCollapsed(JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridRow,System.Int32)"]

See Also