Krypton OutlookGrid Help
OutlookGridAlphabeticGroup Fields |
The OutlookGridAlphabeticGroup type exposes the following members.
Fields
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.) |
See Also