| Name | Description |
---|
 | AccessibilityNotifyClients(AccessibleEvents, Int32) | (Inherited from Control.) |
 | AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) | (Inherited from Control.) |
 | AccessibilityNotifyCurrentCellChanged | (Inherited from DataGridView.) |
 | AddInternalColumn(OutlookGridColumn) |
Add a column for internal uses of the OutlookGrid. The column must already exists in the datagridview. Do this *BEFORE* using the grid (sorting and grouping, filling,...)
|
 | AddInternalColumn(DataGridViewColumn, IOutlookGridGroup, SortOrder, Int32, Int32) |
Add a column for internal uses of the OutlookGrid. The column must already exists in the datagridview. Do this *BEFORE* using the grid (sorting and grouping, filling,...)
|
 | AddRangeInternalColumns |
Add an array of OutlookGridColumns for internal use of OutlookGrid. The columns must already exist in the datagridview. Do this *BEFORE* using the grid (sorting and grouping, filling,...)
|
 | AdjustColumnHeaderBorderStyle | (Inherited from DataGridView.) |
 | AreAllCellsSelected | (Inherited from DataGridView.) |
 | AssignRows(DataGridViewRowCollection) |
Assign the rows to the internal list.
|
 | AssignRows(ListOutlookGridRow) |
Assign the rows to the internal list.
|
 | AutoResizeColumn(Int32) | (Inherited from DataGridView.) |
 | AutoResizeColumn(Int32, DataGridViewAutoSizeColumnMode) | (Inherited from DataGridView.) |
 | AutoResizeColumn(Int32, DataGridViewAutoSizeColumnMode, Boolean) | (Inherited from DataGridView.) |
 | AutoResizeColumnHeadersHeight | (Inherited from DataGridView.) |
 | AutoResizeColumnHeadersHeight(Int32) | (Inherited from DataGridView.) |
 | AutoResizeColumnHeadersHeight(Boolean, Boolean) | (Inherited from DataGridView.) |
 | AutoResizeColumnHeadersHeight(Int32, Boolean, Boolean) | (Inherited from DataGridView.) |
 | AutoResizeColumns | (Inherited from DataGridView.) |
 | AutoResizeColumns(DataGridViewAutoSizeColumnsMode) | (Inherited from DataGridView.) |
 | AutoResizeColumns(DataGridViewAutoSizeColumnsMode, Boolean) | (Inherited from DataGridView.) |
 | AutoResizeRow(Int32) | (Inherited from DataGridView.) |
 | AutoResizeRow(Int32, DataGridViewAutoSizeRowMode) | (Inherited from DataGridView.) |
 | AutoResizeRow(Int32, DataGridViewAutoSizeRowMode, Boolean) | (Inherited from DataGridView.) |
 | AutoResizeRowHeadersWidth(DataGridViewRowHeadersWidthSizeMode) | (Inherited from DataGridView.) |
 | AutoResizeRowHeadersWidth(Int32, DataGridViewRowHeadersWidthSizeMode) | (Inherited from DataGridView.) |
 | AutoResizeRowHeadersWidth(DataGridViewRowHeadersWidthSizeMode, Boolean, Boolean) | (Inherited from DataGridView.) |
 | AutoResizeRowHeadersWidth(Int32, DataGridViewRowHeadersWidthSizeMode, Boolean, Boolean) | (Inherited from DataGridView.) |
 | AutoResizeRows | (Inherited from DataGridView.) |
 | AutoResizeRows(DataGridViewAutoSizeRowsMode) | (Inherited from DataGridView.) |
 | AutoResizeRows(DataGridViewAutoSizeRowsMode, Boolean) | (Inherited from DataGridView.) |
 | AutoResizeRows(Int32, Int32, DataGridViewAutoSizeRowMode, Boolean) | (Inherited from DataGridView.) |
 | BeginEdit | (Inherited from DataGridView.) |
 | BeginInvoke(Delegate) | (Inherited from Control.) |
 | BeginInvoke(Delegate, Object) | (Inherited from Control.) |
 | BringToFront | (Inherited from Control.) |
 | CancelEdit | (Inherited from DataGridView.) |
 | ClearEverything |
Clears everything in the OutlookGrid (groups, rows, columns, DataGridViewColumns). Ready for a completely new start.
|
 | ClearGroups |
Clear all groups. Performs a fill grid too.
|
 | ClearGroupsWithoutFilling |
Clear all groups. No FillGrid calls.
|
 | ClearInternalRows |
Clears the internal rows.
|
 | ClearSelection | (Inherited from DataGridView.) |
 | ClearSelection(Int32, Int32, Boolean) | (Inherited from DataGridView.) |
 | Collapse(Int32) |
Collapse a group row
|
 | Collapse(String) |
Collapse all groups associated to a specific column
|
 | CollapseAll |
Collapse all groups
|
 | CollapseAllNodes |
Collapse all nodes
|
 | CollapseNode |
Collapses the node.
|
 | CollapseNodeAndSubNodes |
Collapse Node and all its subnodes (without events)
|
 | CommitEdit | (Inherited from DataGridView.) |
 | Contains | (Inherited from Control.) |
 | CreateAccessibilityInstance | (Inherited from DataGridView.) |
 | CreateColumnsInstance | (Inherited from DataGridView.) |
 | CreateControl | (Inherited from Control.) |
 | CreateControlsInstance | (Inherited from DataGridView.) |
 | CreateGraphics | (Inherited from Control.) |
 | CreateHandle | (Inherited from Control.) |
 | CreateObjRef | (Inherited from MarshalByRefObject.) |
 | CreateRowsInstance | (Inherited from DataGridView.) |
 | DefWndProc | (Inherited from Control.) |
 | DestroyHandle | (Inherited from Control.) |
 | DisplayedColumnCount | (Inherited from DataGridView.) |
 | DisplayedRowCount | (Inherited from DataGridView.) |
 | Dispose | (Inherited from Component.) |
 | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Overrides KryptonDataGridView.Dispose(Boolean).) |
 | DoDragDrop | (Inherited from Control.) |
 | DrawToBitmap | (Inherited from Control.) |
 | EndEdit | (Inherited from DataGridView.) |
 | EndEdit(DataGridViewDataErrorContexts) | (Inherited from DataGridView.) |
 | EndInvoke | (Inherited from Control.) |
 | EnsureVisibleNode |
Ensure the node is visible (all parents exanded)
|
 | Equals | (Inherited from Object.) |
 | EvalTransparentPaint | (Inherited from KryptonDataGridView.) |
 | Expand(Int32) |
Expand a group row
|
 | Expand(String) |
Expand all groups associated to a specific column
|
 | ExpandAll |
Expand all groups
|
 | ExpandAllNodes |
Expand all nodes
|
 | ExpandNode |
Expands the node.
|
 | ExpandNodeAndSubNodes |
Expand Node and all its subnodes (without events)
|
 | Fill |
Fill the grid (grouping, sorting,...)
|
 | Finalize | (Inherited from Component.) |
 | FindForm | (Inherited from Control.) |
 | FindFromColumnIndex |
Finds the column from its index.
|
 | FindFromColumnName |
Finds the column from its name.
|
 | Focus | (Inherited from Control.) |
 | ForceRefreshGroupBox |
Synchronize the OutlookGrid Group Box with the current status of the grid
|
 | GetAccessibilityObjectById | (Inherited from DataGridView.) |
 | GetAutoSizeMode | (Inherited from Control.) |
 | GetCellCount | (Inherited from DataGridView.) |
 | GetCellDisplayRectangle | (Inherited from DataGridView.) |
 | GetCellTriple | (Inherited from KryptonDataGridView.) |
 | GetChildAtPoint(Point) | (Inherited from Control.) |
 | GetChildAtPoint(Point, GetChildAtPointSkip) | (Inherited from Control.) |
 | GetClipboardContent | (Inherited from DataGridView.) |
 | GetColumnDisplayRectangle | (Inherited from DataGridView.) |
 | GetContainerControl | (Inherited from Control.) |
 | GetHashCode | (Inherited from Object.) |
 | GetLifetimeService | (Inherited from MarshalByRefObject.) |
 | GetNextControl | (Inherited from Control.) |
 | GetPreferredSize | (Inherited from Control.) |
 | GetResolvedPalette | (Inherited from KryptonDataGridView.) |
 | GetRowDisplayRectangle | (Inherited from DataGridView.) |
 | GetScaledBounds | (Inherited from Control.) |
 | GetService | (Inherited from Component.) |
 | GetStyle | (Inherited from Control.) |
 | GetSubRows |
Gets all the subrows of a grouprow (recursive)
|
 | GetTopLevel | (Inherited from Control.) |
 | GetType | (Inherited from Object.) |
 | GetViewManager | (Inherited from KryptonDataGridView.) |
 | GroupColumn(String, SortOrder, IOutlookGridGroup) |
Group a column
|
 | GroupColumn(OutlookGridColumn, SortOrder, IOutlookGridGroup) |
Group a column
|
 | Hide | (Inherited from Control.) |
 | HighlightSearch(String) | (Inherited from KryptonDataGridView.) |
 | HighlightSearch(String, ListInt32) | (Inherited from KryptonDataGridView.) |
 | HitTest | (Inherited from DataGridView.) |
 | InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
 | InitLayout | (Inherited from Control.) |
 | Invalidate | (Inherited from Control.) |
 | Invalidate(Region) | (Inherited from Control.) |
 | Invalidate(Boolean) | (Inherited from Control.) |
 | Invalidate(Rectangle) | (Inherited from Control.) |
 | Invalidate(Region, Boolean) | (Inherited from Control.) |
 | Invalidate(Rectangle, Boolean) | (Inherited from Control.) |
 | InvalidateCell(DataGridViewCell) | (Inherited from DataGridView.) |
 | InvalidateCell(Int32, Int32) | (Inherited from DataGridView.) |
 | InvalidateColumn | (Inherited from DataGridView.) |
 | InvalidateRow | (Inherited from DataGridView.) |
 | Invoke(Delegate) | (Inherited from Control.) |
 | Invoke(Delegate, Object) | (Inherited from Control.) |
 | InvokeGotFocus | (Inherited from Control.) |
 | InvokeLostFocus | (Inherited from Control.) |
 | InvokeOnClick | (Inherited from Control.) |
 | InvokePaint | (Inherited from Control.) |
 | InvokePaintBackground | (Inherited from Control.) |
 | IsInputChar | (Inherited from DataGridView.) |
 | IsInputKey | (Inherited from DataGridView.) |
 | MemberwiseClone | (Inherited from Object.) |
 | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
 | NotifyCurrentCellDirty | (Inherited from DataGridView.) |
 | NotifyInvalidate | (Inherited from Control.) |
 | OnAllowUserToAddRowsChanged | (Inherited from DataGridView.) |
 | OnAllowUserToDeleteRowsChanged | (Inherited from DataGridView.) |
 | OnAllowUserToOrderColumnsChanged | (Inherited from DataGridView.) |
 | OnAllowUserToResizeColumnsChanged | (Inherited from DataGridView.) |
 | OnAllowUserToResizeRowsChanged | (Inherited from DataGridView.) |
 | OnAlternatingRowsDefaultCellStyleChanged | (Inherited from DataGridView.) |
 | OnAutoGenerateColumnsChanged | (Inherited from DataGridView.) |
 | OnAutoSizeChanged | (Inherited from Control.) |
 | OnAutoSizeColumnModeChanged | (Inherited from DataGridView.) |
 | OnAutoSizeColumnsModeChanged | (Inherited from DataGridView.) |
 | OnAutoSizeRowsModeChanged | (Inherited from DataGridView.) |
 | OnBackColorChanged | (Inherited from Control.) |
 | OnBackgroundColorChanged | (Inherited from DataGridView.) |
 | OnBackgroundImageChanged | (Inherited from Control.) |
 | OnBackgroundImageLayoutChanged | (Inherited from Control.) |
 | OnBindingContextChanged | (Inherited from DataGridView.) |
 | OnBorderStyleChanged | (Inherited from DataGridView.) |
 | OnButtonSpecChanged | (Inherited from KryptonDataGridView.) |
 | OnCancelRowEdit | (Inherited from DataGridView.) |
 | OnCausesValidationChanged | (Inherited from Control.) |
 | OnCellBeginEdit |
Raises the [E:CellBeginEdit] event.
(Overrides DataGridViewOnCellBeginEdit(DataGridViewCellCancelEventArgs).) |
 | OnCellBorderStyleChanged | (Inherited from DataGridView.) |
 | OnCellClick | (Inherited from DataGridView.) |
 | OnCellContentClick | (Inherited from DataGridView.) |
 | OnCellContentDoubleClick | (Inherited from DataGridView.) |
 | OnCellContextMenuStripChanged | (Inherited from DataGridView.) |
 | OnCellContextMenuStripNeeded | (Inherited from DataGridView.) |
 | OnCellDoubleClick |
Raises the [E:CellDoubleClick] event.
(Overrides DataGridViewOnCellDoubleClick(DataGridViewCellEventArgs).) |
 | OnCellEndEdit | (Inherited from DataGridView.) |
 | OnCellEnter | (Inherited from DataGridView.) |
 | OnCellErrorTextChanged | (Inherited from DataGridView.) |
 | OnCellErrorTextNeeded | (Inherited from DataGridView.) |
 | OnCellFormatting |
Raises the [E:CellFormatting] event.
(Overrides DataGridViewOnCellFormatting(DataGridViewCellFormattingEventArgs).) |
 | OnCellLeave | (Inherited from DataGridView.) |
 | OnCellMouseClick | (Inherited from DataGridView.) |
 | OnCellMouseDoubleClick | (Inherited from DataGridView.) |
 | OnCellMouseDown |
Overrides OnCellMouseDown - Check if the user has clicked on +/- of a group row
(Overrides KryptonDataGridView.OnCellMouseDown(DataGridViewCellMouseEventArgs).) |
 | OnCellMouseEnter |
Overrides OnCellMouseEnter
(Overrides KryptonDataGridView.OnCellMouseEnter(DataGridViewCellEventArgs).) |
 | OnCellMouseLeave | (Inherited from KryptonDataGridView.) |
 | OnCellMouseMove | (Inherited from KryptonDataGridView.) |
 | OnCellMouseUp | (Inherited from KryptonDataGridView.) |
 | OnCellPainting |
Raises the [E:CellPainting] event.
(Overrides KryptonDataGridView.OnCellPainting(DataGridViewCellPaintingEventArgs).) |
 | OnCellParsing | (Inherited from DataGridView.) |
 | OnCellStateChanged | (Inherited from DataGridView.) |
 | OnCellStyleChanged | (Inherited from DataGridView.) |
 | OnCellStyleContentChanged | (Inherited from DataGridView.) |
 | OnCellToolTipTextChanged | (Inherited from DataGridView.) |
 | OnCellToolTipTextNeeded | (Inherited from DataGridView.) |
 | OnCellValidated | (Inherited from DataGridView.) |
 | OnCellValidating | (Inherited from DataGridView.) |
 | OnCellValueChanged | (Inherited from DataGridView.) |
 | OnCellValueNeeded | (Inherited from DataGridView.) |
 | OnCellValuePushed | (Inherited from DataGridView.) |
 | OnChangeUICues | (Inherited from Control.) |
 | OnClick | (Inherited from Control.) |
 | OnClientSizeChanged | (Inherited from Control.) |
 | OnColumnAdded | (Inherited from DataGridView.) |
 | OnColumnContextMenuStripChanged | (Inherited from DataGridView.) |
 | OnColumnDataPropertyNameChanged | (Inherited from DataGridView.) |
 | OnColumnDefaultCellStyleChanged | (Inherited from DataGridView.) |
 | OnColumnDisplayIndexChanged | (Inherited from DataGridView.) |
 | OnColumnDividerDoubleClick | (Inherited from DataGridView.) |
 | OnColumnDividerWidthChanged | (Inherited from DataGridView.) |
 | OnColumnHeaderCellChanged | (Inherited from DataGridView.) |
 | OnColumnHeaderMouseClick |
Overrides OnColumnHeaderMouseClick
(Overrides DataGridViewOnColumnHeaderMouseClick(DataGridViewCellMouseEventArgs).) |
 | OnColumnHeaderMouseDoubleClick | (Inherited from DataGridView.) |
 | OnColumnHeadersBorderStyleChanged | (Inherited from DataGridView.) |
 | OnColumnHeadersDefaultCellStyleChanged | (Inherited from DataGridView.) |
 | OnColumnHeadersHeightChanged | (Inherited from DataGridView.) |
 | OnColumnHeadersHeightSizeModeChanged | (Inherited from DataGridView.) |
 | OnColumnMinimumWidthChanged | (Inherited from DataGridView.) |
 | OnColumnNameChanged | (Inherited from DataGridView.) |
 | OnColumnRemoved | (Inherited from DataGridView.) |
 | OnColumnSortModeChanged | (Inherited from DataGridView.) |
 | OnColumnStateChanged | (Inherited from DataGridView.) |
 | OnColumnToolTipTextChanged | (Inherited from DataGridView.) |
 | OnColumnWidthChanged | (Inherited from DataGridView.) |
 | OnContextMenuChanged | (Inherited from Control.) |
 | OnContextMenuStripChanged | (Inherited from Control.) |
 | OnControlAdded | (Inherited from Control.) |
 | OnControlRemoved | (Inherited from Control.) |
 | OnCreateControl | (Inherited from Control.) |
 | OnCurrentCellChanged | (Inherited from DataGridView.) |
 | OnCurrentCellDirtyStateChanged | (Inherited from DataGridView.) |
 | OnCursorChanged | (Inherited from DataGridView.) |
 | OnDataBindingComplete | (Inherited from DataGridView.) |
 | OnDataError | (Inherited from DataGridView.) |
 | OnDataMemberChanged | (Inherited from DataGridView.) |
 | OnDataSourceChanged | (Inherited from DataGridView.) |
 | OnDefaultCellStyleChanged | (Inherited from DataGridView.) |
 | OnDefaultValuesNeeded | (Inherited from DataGridView.) |
 | OnDockChanged | (Inherited from Control.) |
 | OnDoubleClick | (Inherited from DataGridView.) |
 | OnDragDrop |
Raises the [E:DragDrop] event.
(Overrides ControlOnDragDrop(DragEventArgs).) |
 | OnDragEnter | (Inherited from Control.) |
 | OnDragLeave |
Raises the [E:DragLeave] event.
(Overrides ControlOnDragLeave(EventArgs).) |
 | OnDragOver |
Raises the [E:DragOver] event.
(Overrides ControlOnDragOver(DragEventArgs).) |
 | OnEditingControlShowing | (Inherited from KryptonDataGridView.) |
 | OnEditModeChanged | (Inherited from DataGridView.) |
 | OnEnabledChanged | (Inherited from KryptonDataGridView.) |
 | OnEnter | (Inherited from DataGridView.) |
 | OnFontChanged | (Inherited from DataGridView.) |
 | OnForeColorChanged | (Inherited from DataGridView.) |
 | OnGiveFeedback | (Inherited from Control.) |
 | OnGotFocus | (Inherited from DataGridView.) |
 | OnGridColorChanged | (Inherited from DataGridView.) |
 | OnGroupImageClick |
Raises the GroupImageClick event.
|
 | OnHandleCreated | (Inherited from DataGridView.) |
 | OnHandleDestroyed | (Inherited from DataGridView.) |
 | OnHelpRequested | (Inherited from Control.) |
 | OnImeModeChanged | (Inherited from Control.) |
 | OnInvalidated | (Inherited from Control.) |
 | OnKeyDown | (Inherited from DataGridView.) |
 | OnKeyPress | (Inherited from DataGridView.) |
 | OnKeyUp | (Inherited from DataGridView.) |
 | OnLayout | (Inherited from KryptonDataGridView.) |
 | OnLeave | (Inherited from DataGridView.) |
 | OnLocationChanged | (Inherited from Control.) |
 | OnLostFocus | (Inherited from DataGridView.) |
 | OnMarginChanged | (Inherited from Control.) |
 | OnMouseCaptureChanged | (Inherited from Control.) |
 | OnMouseClick | (Inherited from DataGridView.) |
 | OnMouseDoubleClick | (Inherited from DataGridView.) |
 | OnMouseDown |
Raises the [E:MouseDown] event.
(Overrides DataGridViewOnMouseDown(MouseEventArgs).) |
 | OnMouseEnter | (Inherited from DataGridView.) |
 | OnMouseHover | (Inherited from Control.) |
 | OnMouseLeave | (Inherited from DataGridView.) |
 | OnMouseMove |
Raises the [E:MouseMove] event.
(Overrides DataGridViewOnMouseMove(MouseEventArgs).) |
 | OnMouseUp |
Raises the [E:MouseUp] event.
(Overrides DataGridViewOnMouseUp(MouseEventArgs).) |
 | OnMouseWheel | (Inherited from DataGridView.) |
 | OnMove | (Inherited from Control.) |
 | OnMultiSelectChanged | (Inherited from DataGridView.) |
 | OnNeedPaint | (Inherited from KryptonDataGridView.) |
 | OnNeedResyncPaint | (Inherited from KryptonDataGridView.) |
 | OnNewRowNeeded | (Inherited from DataGridView.) |
 | OnNodeCollapsed |
Raises the NodeCollapsed event.
|
 | OnNodeCollapsing |
Raises the NodeCollapsing event.
|
 | OnNodeExpanded |
Raises the NodeExpanded event.
|
 | OnNodeExpanding |
Raises the NodeExpanding event.
|
 | OnNotifyMessage | (Inherited from Control.) |
 | OnPaddingChanged | (Inherited from Control.) |
 | OnPaint | (Inherited from DataGridView.) |
 | OnPaintBackground | (Inherited from KryptonDataGridView.) |
 | OnPaletteChanged | (Inherited from KryptonDataGridView.) |
 | OnParentBackColorChanged | (Inherited from Control.) |
 | OnParentBackgroundImageChanged | (Inherited from Control.) |
 | OnParentBindingContextChanged | (Inherited from Control.) |
 | OnParentChanged | (Inherited from Control.) |
 | OnParentCursorChanged | (Inherited from Control.) |
 | OnParentEnabledChanged | (Inherited from Control.) |
 | OnParentFontChanged | (Inherited from Control.) |
 | OnParentForeColorChanged | (Inherited from Control.) |
 | OnParentRightToLeftChanged | (Inherited from Control.) |
 | OnParentVisibleChanged | (Inherited from Control.) |
 | OnPreviewKeyDown | (Inherited from Control.) |
 | OnPrint | (Inherited from Control.) |
 | OnQueryContinueDrag | (Inherited from Control.) |
 | OnReadOnlyChanged | (Inherited from DataGridView.) |
 | OnRegionChanged | (Inherited from Control.) |
 | OnResize | (Inherited from DataGridView.) |
 | OnRightToLeftChanged | (Inherited from DataGridView.) |
 | OnRowContextMenuStripChanged | (Inherited from DataGridView.) |
 | OnRowContextMenuStripNeeded | (Inherited from DataGridView.) |
 | OnRowDefaultCellStyleChanged | (Inherited from DataGridView.) |
 | OnRowDirtyStateNeeded | (Inherited from DataGridView.) |
 | OnRowDividerDoubleClick | (Inherited from DataGridView.) |
 | OnRowDividerHeightChanged | (Inherited from DataGridView.) |
 | OnRowEnter | (Inherited from DataGridView.) |
 | OnRowErrorTextChanged | (Inherited from DataGridView.) |
 | OnRowErrorTextNeeded | (Inherited from DataGridView.) |
 | OnRowHeaderCellChanged | (Inherited from DataGridView.) |
 | OnRowHeaderMouseClick | (Inherited from DataGridView.) |
 | OnRowHeaderMouseDoubleClick | (Inherited from DataGridView.) |
 | OnRowHeadersBorderStyleChanged | (Inherited from DataGridView.) |
 | OnRowHeadersDefaultCellStyleChanged | (Inherited from DataGridView.) |
 | OnRowHeadersWidthChanged | (Inherited from DataGridView.) |
 | OnRowHeadersWidthSizeModeChanged | (Inherited from DataGridView.) |
 | OnRowHeightChanged | (Inherited from DataGridView.) |
 | OnRowHeightInfoNeeded | (Inherited from DataGridView.) |
 | OnRowHeightInfoPushed | (Inherited from DataGridView.) |
 | OnRowLeave | (Inherited from DataGridView.) |
 | OnRowMinimumHeightChanged | (Inherited from DataGridView.) |
 | OnRowPostPaint | (Inherited from DataGridView.) |
 | OnRowPrePaint | (Inherited from DataGridView.) |
 | OnRowsAdded | (Inherited from DataGridView.) |
 | OnRowsDefaultCellStyleChanged | (Inherited from DataGridView.) |
 | OnRowsRemoved | (Inherited from DataGridView.) |
 | OnRowStateChanged | (Inherited from DataGridView.) |
 | OnRowUnshared | (Inherited from DataGridView.) |
 | OnRowValidated | (Inherited from DataGridView.) |
 | OnRowValidating | (Inherited from DataGridView.) |
 | OnScroll | (Inherited from DataGridView.) |
 | OnSelectionChanged | (Inherited from DataGridView.) |
 | OnSizeChanged | (Inherited from Control.) |
 | OnSortCompare | (Inherited from DataGridView.) |
 | OnSorted | (Inherited from DataGridView.) |
 | OnStyleChanged | (Inherited from Control.) |
 | OnSystemColorsChanged | (Inherited from Control.) |
 | OnTabIndexChanged | (Inherited from Control.) |
 | OnTabStopChanged | (Inherited from Control.) |
 | OnTextChanged | (Inherited from Control.) |
 | OnUserAddedRow | (Inherited from DataGridView.) |
 | OnUserDeletedRow | (Inherited from DataGridView.) |
 | OnUserDeletingRow | (Inherited from DataGridView.) |
 | OnValidated | (Inherited from Control.) |
 | OnValidating | (Inherited from DataGridView.) |
 | OnVisibleChanged | (Inherited from DataGridView.) |
 | PaintBackground | (Inherited from KryptonDataGridView.) |
 | PerformLayout | (Inherited from Control.) |
 | PerformLayout(Control, String) | (Inherited from Control.) |
 | PerformNeedPaint | (Inherited from KryptonDataGridView.) |
 | PersistConfiguration |
Persist the configuration of the KryptonOutlookGrid
|
 | PointToClient | (Inherited from Control.) |
 | PointToScreen | (Inherited from Control.) |
 | PreProcessControlMessage | (Inherited from Control.) |
 | PreProcessMessage | (Inherited from Control.) |
 | PreviousGroupRowIndex |
Gets the index of the previous group row if any.
|
 | ProcessAKey | (Inherited from DataGridView.) |
 | ProcessCmdKey | (Inherited from Control.) |
 | ProcessDataGridViewKey | (Inherited from DataGridView.) |
 | ProcessDeleteKey | (Inherited from DataGridView.) |
 | ProcessDialogChar | (Inherited from Control.) |
 | ProcessDialogKey | (Inherited from DataGridView.) |
 | ProcessDownKey | (Inherited from DataGridView.) |
 | ProcessEndKey | (Inherited from DataGridView.) |
 | ProcessEnterKey | (Inherited from DataGridView.) |
 | ProcessEscapeKey | (Inherited from DataGridView.) |
 | ProcessF2Key | (Inherited from DataGridView.) |
 | ProcessHomeKey | (Inherited from DataGridView.) |
 | ProcessInsertKey | (Inherited from DataGridView.) |
 | ProcessKeyEventArgs | (Inherited from DataGridView.) |
 | ProcessKeyMessage | (Inherited from Control.) |
 | ProcessKeyPreview | (Inherited from DataGridView.) |
 | ProcessLeftKey | (Inherited from DataGridView.) |
 | ProcessMnemonic | (Inherited from Control.) |
 | ProcessNextKey | (Inherited from DataGridView.) |
 | ProcessPriorKey | (Inherited from DataGridView.) |
 | ProcessRightKey | (Inherited from DataGridView.) |
 | ProcessSpaceKey | (Inherited from DataGridView.) |
 | ProcessTabKey | (Inherited from DataGridView.) |
 | ProcessUpKey | (Inherited from DataGridView.) |
 | ProcessZeroKey | (Inherited from DataGridView.) |
 | RaiseDragEvent | (Inherited from Control.) |
 | RaiseKeyEvent | (Inherited from Control.) |
 | RaiseMouseEvent | (Inherited from Control.) |
 | RaisePaintEvent | (Inherited from Control.) |
 | RecreateHandle | (Inherited from Control.) |
 | RectangleToClient | (Inherited from Control.) |
 | RectangleToScreen | (Inherited from Control.) |
 | Refresh | (Inherited from Control.) |
 | RefreshEdit | (Inherited from DataGridView.) |
 | RegisterGroupBoxEvents |
Register for events concerning the groupbox
|
 | ResetAllSortingColumns |
Clear all sorting columns only (not the grouped ones)
|
 | ResetBackColor | (Inherited from Control.) |
 | ResetBindings | (Inherited from Control.) |
 | ResetCursor | (Inherited from Control.) |
 | ResetFont | (Inherited from Control.) |
 | ResetForeColor | (Inherited from Control.) |
 | ResetImeMode | (Inherited from Control.) |
 | ResetMouseEventArgs | (Inherited from Control.) |
 | ResetPalette | (Inherited from KryptonDataGridView.) |
 | ResetPaletteMode | (Inherited from KryptonDataGridView.) |
 | ResetRightToLeft | (Inherited from Control.) |
 | ResetText | (Inherited from DataGridView.) |
 | ResumeLayout | (Inherited from Control.) |
 | ResumeLayout(Boolean) | (Inherited from Control.) |
 | RtlTranslateAlignment(HorizontalAlignment) | (Inherited from Control.) |
 | RtlTranslateAlignment(LeftRightAlignment) | (Inherited from Control.) |
 | RtlTranslateAlignment(ContentAlignment) | (Inherited from Control.) |
 | RtlTranslateContent | (Inherited from Control.) |
 | RtlTranslateHorizontal | (Inherited from Control.) |
 | RtlTranslateLeftRight | (Inherited from Control.) |
 | Scale(Single) | Obsolete. (Inherited from Control.) |
 | Scale(SizeF) | (Inherited from Control.) |
 | Scale(Single, Single) | Obsolete. (Inherited from Control.) |
 | ScaleControl | (Inherited from Control.) |
 | ScaleCore | (Inherited from Control.) |
 | Select | (Inherited from Control.) |
 | Select(Boolean, Boolean) | (Inherited from Control.) |
 | SelectAll | (Inherited from DataGridView.) |
 | SelectNextControl | (Inherited from Control.) |
 | SendToBack | (Inherited from Control.) |
 | SetAutoSizeMode | (Inherited from Control.) |
 | SetBounds(Int32, Int32, Int32, Int32) | (Inherited from Control.) |
 | SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) | (Inherited from Control.) |
 | SetBoundsCore | (Inherited from DataGridView.) |
 | SetClientSizeCore | (Inherited from Control.) |
 | SetCurrentCellAddressCore | (Inherited from DataGridView.) |
 | SetSelectedCellCore | (Inherited from DataGridView.) |
 | SetSelectedColumnCore | (Inherited from DataGridView.) |
 | SetSelectedRowCore | (Inherited from DataGridView.) |
 | SetStyle | (Inherited from Control.) |
 | SetTopLevel | (Inherited from Control.) |
 | SetVisibleCore | (Inherited from Control.) |
 | Show | (Inherited from Control.) |
 | SizeFromClientSize | (Inherited from Control.) |
 | Sort(IComparer) | (Inherited from DataGridView.) |
 | Sort(DataGridViewColumn, ListSortDirection) | (Inherited from DataGridView.) |
 | SortColumn |
Sort the column. Call Fill after to make the changes
|
 | SuspendLayout | (Inherited from Control.) |
 | ToString | (Inherited from Component.) |
 | UnGroupColumn(String) |
Ungroup a column
|
 | UnGroupColumn(OutlookGridColumn) |
Ungroup a column
|
 | UnSortColum |
UnSort the column. Call Fill after to make the changes
|
 | Update | (Inherited from Control.) |
 | UpdateBounds | (Inherited from Control.) |
 | UpdateBounds(Int32, Int32, Int32, Int32) | (Inherited from Control.) |
 | UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) | (Inherited from Control.) |
 | UpdateCellErrorText | (Inherited from DataGridView.) |
 | UpdateCellValue | (Inherited from DataGridView.) |
 | UpdateRowErrorText(Int32) | (Inherited from DataGridView.) |
 | UpdateRowErrorText(Int32, Int32) | (Inherited from DataGridView.) |
 | UpdateRowHeightInfo | (Inherited from DataGridView.) |
 | UpdateStyles | (Inherited from Control.) |
 | UpdateZOrder | (Inherited from Control.) |
 | WndProc | (Inherited from DataGridView.) |