KryptonOutlookGrid.InternalRows Property

Krypton OutlookGrid

KryptonOutlookGridInternalRows Property
Krypton OutlookGrid v1.6.0
Gets or sets the list of rows in the grid (without grouping,... for having a copy)

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

Property Value

Type: ListOutlookGridRow

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

See Also