OutlookGridDefaultGroup.Rows Property

Krypton OutlookGrid

OutlookGridDefaultGroupRows Property
Krypton OutlookGrid v1.6.0
Gets or sets the list of rows associated to the group.

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 List<OutlookGridRow> Rows { get; set; }
Public Property Rows As List(Of OutlookGridRow)
	Get
	Set

Property Value

Type: ListOutlookGridRow

[Missing <value> documentation for "P:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridDefaultGroup.Rows"]

Implements

IOutlookGridGroupRows
See Also