OutlookGridDateTimeGroup Class
From Krypton OutlookGrid
Krypton OutlookGrid Help
![]() | OutlookGridDateTimeGroup Class |
[Missing <summary> documentation for "T:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridDateTimeGroup"]
SystemObject JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridDefaultGroup
JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridDateTimeGroup
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 OutlookGridDateTimeGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| OutlookGridDateTimeGroup |
Initializes a new instance of the OutlookGridDateTimeGroup class.
| |
| OutlookGridDateTimeGroup(IOutlookGridGroup) |
Constructor
|
| Name | Description | |
|---|---|---|
| AllowHiddenWhenGrouped |
Gets or sets the boolean that hides the column automatically when grouped.
(Inherited from OutlookGridDefaultGroup.) | |
| Children |
Gets or sets the children.
(Inherited from OutlookGridDefaultGroup.) | |
| Collapsed |
Boolean if the group is collapsed or not
(Inherited from OutlookGridDefaultGroup.) | |
| Column |
Gets or sets the associated DataGridView column.
(Inherited from OutlookGridDefaultGroup.) | |
| FormatStyle |
Gets or sets the Format Info.
(Inherited from OutlookGridDefaultGroup.) | |
| GroupImage |
Gets or sets the picture.
(Inherited from OutlookGridDefaultGroup.) | |
| Height |
Gets or sets the height (in pixels).
(Inherited from OutlookGridDefaultGroup.) | |
| Interval |
The Date Interval of OutlookGridDateTimeGroup
| |
| ItemCount |
Gets or set the number of items in this group.
(Inherited from OutlookGridDefaultGroup.) | |
| ItemsComparer |
Gets or sets the items comparer.
(Inherited from OutlookGridDefaultGroup.) | |
| Level |
Gets or sets the level.
(Inherited from OutlookGridDefaultGroup.) | |
| OneItemText |
Gets or sets the text associated to One Item
(Inherited from OutlookGridDefaultGroup.) | |
| ParentGroup |
Gets or sets the parent group.
(Inherited from OutlookGridDefaultGroup.) | |
| Rows |
Gets or sets the list of rows associated to the group.
(Inherited from OutlookGridDefaultGroup.) | |
| SortBySummaryCount |
Gets or sets the boolean that sort groups using summary value
(Inherited from OutlookGridDefaultGroup.) | |
| Text |
Gets or sets the displayed text.
(Overrides OutlookGridDefaultGroupText.) | |
| Value |
Gets or sets the Date value
(Overrides OutlookGridDefaultGroupValue.) | |
| XXXItemsText |
Gets or sets the text associated to several Items
(Inherited from OutlookGridDefaultGroup.) |
| Name | Description | |
|---|---|---|
| Clone |
Overrides the Clone() function
(Overrides OutlookGridDefaultGroupClone.) | |
| CompareTo |
Overrides CompareTo
(Overrides OutlookGridDefaultGroupCompareTo(Object).) | |
| 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
(Inherited from OutlookGridDefaultGroup.) | |
| children |
The children groups
(Inherited from OutlookGridDefaultGroup.) | |
| collapsed |
Boolean if the group is collapsed or not
(Inherited from OutlookGridDefaultGroup.) | |
| column |
The associated DataGridView column.
(Inherited from OutlookGridDefaultGroup.) | |
| formatStyle |
The string to format the value of the group
(Inherited from OutlookGridDefaultGroup.) | |
| groupImage |
The picture associated to the group
(Inherited from OutlookGridDefaultGroup.) | |
| height |
The height (in pixels).
(Inherited from OutlookGridDefaultGroup.) | |
| itemCount |
The number of items in this group.
(Inherited from OutlookGridDefaultGroup.) | |
| itemsComparer |
Specific Comparer object for items in the group, if needed
(Inherited from OutlookGridDefaultGroup.) | |
| level |
The level (nested) of grouping
(Inherited from OutlookGridDefaultGroup.) | |
| oneItemText |
The text associated for the group text (1 item)
(Inherited from OutlookGridDefaultGroup.) | |
| parentGroup |
The parent group if any.
(Inherited from OutlookGridDefaultGroup.) | |
| rows |
The list of rows associated to the group.
(Inherited from OutlookGridDefaultGroup.) | |
| sortBySummaryCount |
Sort groups using count items value
(Inherited from OutlookGridDefaultGroup.) | |
| val |
The Value of the group
(Inherited from OutlookGridDefaultGroup.) | |
| xXXItemsText |
The text associated for the group text (XXX items)
(Inherited from OutlookGridDefaultGroup.) |
