OutlookGridDefaultGroup Fields

Krypton OutlookGrid

OutlookGridDefaultGroup Fields
Krypton OutlookGrid v1.6.0

The OutlookGridDefaultGroup type exposes the following members.

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