OutlookGridDefaultGroup.Children Property

Krypton OutlookGrid

OutlookGridDefaultGroupChildren Property
Krypton OutlookGrid v1.6.0
Gets or sets the children.

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

Property Value

Type: OutlookGridGroupCollection
The children.

Implements

IOutlookGridGroupChildren
See Also