OutlookGridRow Constructor (IOutlookGridGroup, Boolean)

Krypton OutlookGrid

OutlookGridRow Constructor (IOutlookGridGroup, Boolean)
Krypton OutlookGrid v1.6.0
Constructor

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 OutlookGridRow(
	IOutlookGridGroup group,
	bool isGroupRow
)
Public Sub New ( 
	group As IOutlookGridGroup,
	isGroupRow As Boolean
)

Parameters

group
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridIOutlookGridGroup
The group the row is associated to.
isGroupRow
Type: SystemBoolean
Determines if it a group row.
See Also