OutlookGridRow.IsFirstSibling Property

Krypton OutlookGrid

OutlookGridRowIsFirstSibling Property
Krypton OutlookGrid v1.6.0
Gets a value indicating whether this instance is first sibling.

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 IsFirstSibling { get; }
Public ReadOnly Property IsFirstSibling As Boolean
	Get

Property Value

Type: Boolean
true if this instance is first sibling; otherwise, false.
See Also