Krypton OutlookGrid Help
![]() | OutlookGridDefaultGroup Class |
Each arrange/grouping class must implement the IOutlookGridGroup interface
the Group object will determine for each object in the grid, whether it
falls in or outside its group.
It uses the IComparable.CompareTo function to determine if the item is in the group.
This class group the elements by default (string, int, ...)

SystemObject JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridDefaultGroup
JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridAlphabeticGroup
JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridDateTimeGroup
JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridAlphabeticGroup
JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridDateTimeGroup
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 OutlookGridDefaultGroup type exposes the following members.

Name | Description | |
---|---|---|
![]() | OutlookGridDefaultGroup |
Initializes a new instance of the OutlookGridDefaultGroup class.
|
![]() | OutlookGridDefaultGroup(IOutlookGridGroup) |
Constructor
|

Name | Description | |
---|---|---|
![]() | AllowHiddenWhenGrouped |
Gets or sets the boolean that hides the column automatically when grouped.
|
![]() | Children |
Gets or sets the children.
|
![]() | Collapsed |
Boolean if the group is collapsed or not
|
![]() | Column |
Gets or sets the associated DataGridView column.
|
![]() | FormatStyle |
Gets or sets the Format Info.
|
![]() | GroupImage |
Gets or sets the picture.
|
![]() | Height |
Gets or sets the height (in pixels).
|
![]() | ItemCount |
Gets or set the number of items in this group.
|
![]() | ItemsComparer |
Gets or sets the items comparer.
|
![]() | Level |
Gets or sets the level.
|
![]() | OneItemText |
Gets or sets the text associated to One Item
|
![]() | ParentGroup |
Gets or sets the parent group.
|
![]() | Rows |
Gets or sets the list of rows associated to the group.
|
![]() | SortBySummaryCount |
Gets or sets the boolean that sort groups using summary value
|
![]() | Text |
Gets or sets the displayed text
|
![]() | Value |
Gets or sets the Value of the group
|
![]() | XXXItemsText |
Gets or sets the text associated to several Items
|

Name | Description | |
---|---|---|
![]() | Clone |
Overrides the Clone() function
|
![]() | CompareTo |
This is a comparison operation based on the type of the value.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |

Name | Description | |
---|---|---|
![]() | allowHiddenWhenGrouped |
Allows the column to be hidden when it is grouped by
|
![]() | children |
The children groups
|
![]() | collapsed |
Boolean if the group is collapsed or not
|
![]() | column |
The associated DataGridView column.
|
![]() | formatStyle |
The string to format the value of the group
|
![]() | groupImage |
The picture associated to the group
|
![]() | height |
The height (in pixels).
|
![]() | itemCount |
The number of items in this group.
|
![]() | itemsComparer |
Specific Comparer object for items in the group, if needed
|
![]() | level |
The level (nested) of grouping
|
![]() | oneItemText |
The text associated for the group text (1 item)
|
![]() | parentGroup |
The parent group if any.
|
![]() | rows |
The list of rows associated to the group.
|
![]() | sortBySummaryCount |
Sort groups using count items value
|
![]() | val |
The Value of the group
|
![]() | xXXItemsText |
The text associated for the group text (XXX items)
|
