OutlookGridRow Methods

Krypton OutlookGrid

OutlookGridRow Methods
Krypton OutlookGrid v1.6.0

The OutlookGridRow type exposes the following members.

Methods
  Name Description
Public method AdjustRowHeaderBorderStyle (Inherited from DataGridViewRow.)
Public method Clone (Inherited from DataGridViewRow.)
Public method Collapse
Collapse Node (with events)
Public method CollapseGroup
Collaspe the group the row belongs to.
Protected method CreateAccessibilityInstance (Inherited from DataGridViewRow.)
Public method CreateCells(DataGridView) (Inherited from DataGridViewRow.)
Public method CreateCells(DataGridView, Object) (Inherited from DataGridViewRow.)
Protected method CreateCellsInstance (Inherited from DataGridViewRow.)
Public method Dispose (Inherited from DataGridViewBand.)
Protected method Dispose(Boolean) (Inherited from DataGridViewBand.)
Protected method DrawFocus (Inherited from DataGridViewRow.)
Public method Equals (Inherited from Object.)
Public method Expand
Expand Node (with events)
Public method ExpandGroup
Expand the group the row belongs to.
Protected method Finalize (Inherited from DataGridViewBand.)
Public method GetContextMenuStrip (Inherited from DataGridViewRow.)
Public method GetErrorText (Inherited from DataGridViewRow.)
Public method GetHashCode (Inherited from Object.)
Public method GetPreferredHeight (Inherited from DataGridViewRow.)
Public method GetState
Overrides the GetState method
(Overrides DataGridViewRowGetState(Int32).)
Public method GetType (Inherited from Object.)
Public method IsAParentCollapsed
Gets if the row has one parent that is collapsed
Public method IsAParentNodeOrGroupCollapsed
Determines if there is a parent node or a parent group collapsed.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDataGridViewChanged (Inherited from DataGridViewBand.)
Protected method 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).)
Protected method PaintCells
Paints the cells.
(Overrides DataGridViewRowPaintCells(Graphics, Rectangle, Rectangle, Int32, DataGridViewElementStates, Boolean, Boolean, DataGridViewPaintParts).)
Protected method PaintHeader (Inherited from DataGridViewRow.)
Protected method RaiseCellClick (Inherited from DataGridViewElement.)
Protected method RaiseCellContentClick (Inherited from DataGridViewElement.)
Protected method RaiseCellContentDoubleClick (Inherited from DataGridViewElement.)
Protected method RaiseCellValueChanged (Inherited from DataGridViewElement.)
Protected method RaiseDataError (Inherited from DataGridViewElement.)
Protected method RaiseMouseWheel (Inherited from DataGridViewElement.)
Public method SetValues (Inherited from DataGridViewRow.)
Public method ToString
Returns a String that represents this instance.
(Overrides DataGridViewRowToString.)
Top
See Also