Krypton OutlookGrid Help
OutlookGridRow Class |
OutlookGridRow - subclasses the DataGridView's DataGridViewRow class
In order to support grouping with the same look and feel as Outlook, the behaviour
of the DataGridViewRow is overridden by the OutlookGridRow.
The OutlookGridRow has 2 main additional properties: the Group it belongs to and
a the IsRowGroup flag that indicates whether the OutlookGridRow object behaves like
a regular row (with data) or should behave like a Group row.
Inheritance Hierarchy
SystemObject System.Windows.FormsDataGridViewElement
System.Windows.FormsDataGridViewBand
System.Windows.FormsDataGridViewRow
JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRow
System.Windows.FormsDataGridViewBand
System.Windows.FormsDataGridViewRow
JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRow
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)
Syntax
The OutlookGridRow type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OutlookGridRow |
Default Constructor
| |
OutlookGridRow(IOutlookGridGroup) |
Constructor
| |
OutlookGridRow(IOutlookGridGroup, Boolean) |
Constructor
|
Properties
Name | Description | |
---|---|---|
AccessibilityObject | (Inherited from DataGridViewRow.) | |
Cells | (Inherited from DataGridViewRow.) | |
Collapsed |
Gets or sets a value indicating whether this OutlookGridRow is collapsed.
| |
ContextMenuStrip | (Inherited from DataGridViewRow.) | |
DataBoundItem | (Inherited from DataGridViewRow.) | |
DataGridView | (Inherited from DataGridViewElement.) | |
DefaultCellStyle | (Inherited from DataGridViewRow.) | |
DefaultHeaderCellType | (Inherited from DataGridViewBand.) | |
Displayed | (Inherited from DataGridViewRow.) | |
DividerHeight | (Inherited from DataGridViewRow.) | |
ErrorText | (Inherited from DataGridViewRow.) | |
Frozen | (Inherited from DataGridViewRow.) | |
Group |
Gets or sets the group to the row belongs to.
| |
HasChildren |
Gets a value indicating whether this instance has children.
| |
HasDefaultCellStyle | (Inherited from DataGridViewBand.) | |
HeaderCell | (Inherited from DataGridViewRow.) | |
HeaderCellCore | (Inherited from DataGridViewBand.) | |
Height | (Inherited from DataGridViewRow.) | |
Index | (Inherited from DataGridViewBand.) | |
InheritedStyle | (Inherited from DataGridViewRow.) | |
IsFirstSibling |
Gets a value indicating whether this instance is first sibling.
| |
IsGroupRow |
Gets or sets a value indicating whether this instance is a group row.
| |
IsLastSibling |
Gets a value indicating whether this instance is last sibling.
| |
IsNewRow | (Inherited from DataGridViewRow.) | |
IsRow | (Inherited from DataGridViewBand.) | |
MinimumHeight | (Inherited from DataGridViewRow.) | |
NodeIndex |
Gets the index of the node.
| |
NodeLevel |
Gets or sets the node level.
| |
Nodes |
Gets or sets the nodes.
| |
ParentNode |
Gets or sets the parent node.
| |
ReadOnly | (Inherited from DataGridViewRow.) | |
Resizable | (Inherited from DataGridViewRow.) | |
Selected | (Inherited from DataGridViewRow.) | |
State | (Inherited from DataGridViewRow.) | |
Tag | (Inherited from DataGridViewBand.) | |
Visible | (Inherited from DataGridViewRow.) |
Methods
Top
See Also