Krypton OutlookGrid Help
![]() | IOutlookGridGroup Interface |
IOutlookGridGroup specifies the interface of any implementation of a OutlookGridGroup class
Each implementation of the IOutlookGridGroup can override the behaviour of the grouping mechanism
Notice also that ICloneable must be implemented. The OutlookGrid makes use of the Clone method of the Group
to create new Group clones. Related to this is the OutlookGrid.GroupTemplate property, which determines what
type of Group must be cloned.
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)

The IOutlookGridGroup type exposes the following members.

Name | Description | |
---|---|---|
![]() | AllowHiddenWhenGrouped |
Allows the column to be hidden when it is grouped by
|
![]() | Children |
The children groups
|
![]() | Collapsed |
indicates whether the group is collapsed. If it is collapsed, it group items (rows) will
not be displayed.
|
![]() | Column |
specifies which column is associated with this group
|
![]() | FormatStyle |
Format style of the cell
|
![]() | GroupImage |
Image associated to the group if any
|
![]() | Height |
specifies the default height of the group
each group is cloned from the GroupStyle object. Setting the height of this object
will also set the default height of each group.
|
![]() | ItemCount |
specifies the number of items that are part of the current group
this value is automatically filled each time the grid is re-drawn
e.g. after sorting the grid.
|
![]() | ItemsComparer |
Gets or sets the items comparer.
|
![]() | Level |
The level in the depth of groups
|
![]() | OneItemText |
The text associated for the group text (1 item)
|
![]() | ParentGroup |
The parent group if any
|
![]() | Rows |
The list of the rows contained in a group
|
![]() | SortBySummaryCount |
Sort groups using count items value
|
![]() | Text |
the text to be displayed in the group row
|
![]() | Value |
determines the value of the current group. this is used to compare the group value
against each item's value.
|
![]() | XXXItemsText |
The text associated for the group text (XXX items)
|

Name | Description | |
---|---|---|
![]() | Clone | (Inherited from ICloneable.) |
![]() | CompareTo | (Inherited from IComparable.) |
