Krypton OutlookGrid Help
![]() | OutlookGridRowIsAParentCollapsed Method |
Gets if the row has one parent that is 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)

public bool IsAParentCollapsed( IOutlookGridGroup gr, int i )
Public Function IsAParentCollapsed ( gr As IOutlookGridGroup, i As Integer ) As Boolean
Parameters
- gr
- Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridIOutlookGridGroup
The group to look at. - i
- Type: SystemInt32
Fill 0 to first this method (used for recursive).
Return Value
Type: BooleanTrue or false.
