OutlookGridRow.Group Property

Krypton OutlookGrid

OutlookGridRowGroup Property
Krypton OutlookGrid v1.6.0
Gets or sets the group to the row belongs to.

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

Property Value

Type: IOutlookGridGroup
The group.
See Also