IOutlookGridGroup Properties

Krypton OutlookGrid

IOutlookGridGroup Properties
Krypton OutlookGrid v1.6.0

The IOutlookGridGroup type exposes the following members.

Properties
  Name Description
Public property AllowHiddenWhenGrouped
Allows the column to be hidden when it is grouped by
Public property Children
The children groups
Public property Collapsed
indicates whether the group is collapsed. If it is collapsed, it group items (rows) will not be displayed.
Public property Column
specifies which column is associated with this group
Public property FormatStyle
Format style of the cell
Public property GroupImage
Image associated to the group if any
Public property 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.
Public property 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.
Public property ItemsComparer
Gets or sets the items comparer.
Public property Level
The level in the depth of groups
Public property OneItemText
The text associated for the group text (1 item)
Public property ParentGroup
The parent group if any
Public property Rows
The list of the rows contained in a group
Public property SortBySummaryCount
Sort groups using count items value
Public property Text
the text to be displayed in the group row
Public property Value
determines the value of the current group. this is used to compare the group value against each item's value.
Public property XXXItemsText
The text associated for the group text (XXX items)
Top
See Also