Krypton OutlookGrid Help
OutlookGridGroupBoxColumn Properties |
The OutlookGridGroupBoxColumn type exposes the following members.
Properties
Name | Description | |
---|---|---|
ColumnName |
Gets or sets the associated column name
|
|
GroupingType |
Gets or sets a string that corresponds to the name of the OutlookGridGroup
|
|
GroupInterval |
Gets or sets the date interval if the grouping type is OutlookDateTimeGroup
|
|
IsHovered |
Gets or sets the boolean that indicates if the column is currently beeing hovered by the mouse.
|
|
IsMoving |
Gets or sets the boolean that indicates if the column is currently beeing dragged.
|
|
Pressed |
Gets or sets the boolean that indicates if the column is in a pressed state.
|
|
Rect |
Gets or sets the associated Rectangle that represents the column
|
|
SortBySummaryCount |
Gets or sets the boolean that indicates if the column should be grouped by using the count value
|
|
SortDirection |
Gets or sets the Sort direction of the column.
|
|
Text |
Gets or sets the HeaderText of the column.
|
See Also