Krypton OutlookGrid Help
|
OutlookGridRow Methods |
The OutlookGridRow type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
AdjustRowHeaderBorderStyle | (Inherited from DataGridViewRow.) |
|
Clone | (Inherited from DataGridViewRow.) |
|
Collapse |
Collapse Node (with events)
|
|
CollapseGroup |
Collaspe the group the row belongs to.
|
|
CreateAccessibilityInstance | (Inherited from DataGridViewRow.) |
|
CreateCells(DataGridView) | (Inherited from DataGridViewRow.) |
|
CreateCells(DataGridView, Object) | (Inherited from DataGridViewRow.) |
|
CreateCellsInstance | (Inherited from DataGridViewRow.) |
|
Dispose | (Inherited from DataGridViewBand.) |
|
Dispose(Boolean) | (Inherited from DataGridViewBand.) |
|
DrawFocus | (Inherited from DataGridViewRow.) |
|
Equals | (Inherited from Object.) |
|
Expand |
Expand Node (with events)
|
|
ExpandGroup |
Expand the group the row belongs to.
|
|
Finalize | (Inherited from DataGridViewBand.) |
|
GetContextMenuStrip | (Inherited from DataGridViewRow.) |
|
GetErrorText | (Inherited from DataGridViewRow.) |
|
GetHashCode | (Inherited from Object.) |
|
GetPreferredHeight | (Inherited from DataGridViewRow.) |
|
GetState |
Overrides the GetState method
(Overrides DataGridViewRowGetState(Int32).) |
|
GetType | (Inherited from Object.) |
|
IsAParentCollapsed |
Gets if the row has one parent that is collapsed
|
|
IsAParentNodeOrGroupCollapsed |
Determines if there is a parent node or a parent group collapsed.
|
|
MemberwiseClone | (Inherited from Object.) |
|
OnDataGridViewChanged | (Inherited from DataGridViewBand.) |
|
Paint |
the main difference with a Group row and a regular row is the way it is painted on the control.
the Paint method is therefore overridden and specifies how the Group row is painted.
Note: this method is not implemented optimally. It is merely used for demonstration purposes
(Overrides DataGridViewRowPaint(Graphics, Rectangle, Rectangle, Int32, DataGridViewElementStates, Boolean, Boolean).) |
|
PaintCells |
Paints the cells.
(Overrides DataGridViewRowPaintCells(Graphics, Rectangle, Rectangle, Int32, DataGridViewElementStates, Boolean, Boolean, DataGridViewPaintParts).) |
|
PaintHeader | (Inherited from DataGridViewRow.) |
|
RaiseCellClick | (Inherited from DataGridViewElement.) |
|
RaiseCellContentClick | (Inherited from DataGridViewElement.) |
|
RaiseCellContentDoubleClick | (Inherited from DataGridViewElement.) |
|
RaiseCellValueChanged | (Inherited from DataGridViewElement.) |
|
RaiseDataError | (Inherited from DataGridViewElement.) |
|
RaiseMouseWheel | (Inherited from DataGridViewElement.) |
|
SetValues | (Inherited from DataGridViewRow.) |
|
ToString |
Returns a String that represents this instance.
(Overrides DataGridViewRowToString.) |
See Also