OutlookGridRow.IsGroupRow Property

Krypton OutlookGrid

OutlookGridRowIsGroupRow Property
Krypton OutlookGrid v1.6.0
Gets or sets a value indicating whether this instance is a group row.

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 IsGroupRow { get; set; }
Public Property IsGroupRow As Boolean
	Get
	Set

Property Value

Type: Boolean
true if this instance is a group row; otherwise, false.
See Also