|
| Name | Description |
|---|
.gif) | AccessibilityNotifyClients | Overloaded. Notifies the accessibility client applications of AccessibleEvents. |
.gif) | AccessibilityNotifyCurrentCellChanged | Notifies the accessible client applications when a new cell becomes the current cell. |
.gif) | AdjustColumnHeaderBorderStyle | Adjusts the DataGridViewAdvancedBorderStyle for a column header cell of a DataGridView that is currently being painted. |
.gif) | AreAllCellsSelected | Returns a value indicating whether all the DataGridView cells are currently selected. |
.gif) | AutoResizeColumn | Overloaded. Adjusts the width of the specified column to fit the contents of its cells. |
.gif) | AutoResizeColumnHeadersHeight | Overloaded. Adjusts the height of the column headers to fit the header contents. |
.gif) | AutoResizeColumns | Overloaded. Adjusts the width of all columns to fit the contents of their cells. |
.gif) | AutoResizeRow | Overloaded. Adjusts the height of the specified row to fit the contents of its cells. |
.gif) | AutoResizeRowHeadersWidth | Overloaded. Adjusts the width of the row headers to fit the header contents. |
.gif) | AutoResizeRows | Overloaded. Adjusts the heights of some or all rows to fit their contents. |
.gif) | BeginEdit | Puts the current cell in edit mode. |
.gif) | BeginInvoke | Overloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on. |
.gif) | BringToFront | Brings the control to the front of the z-order. (Inherited from Control.) |
.gif) | CancelEdit | Cancels edit mode for the currently selected cell and discards any changes. |
.gif) | ClearSelection | Overloaded. Cancels the selection of currently selected cells. |
.gif) | CommitEdit | Commits changes in the current cell to the data cache without ending edit mode. |
.gif) | Contains | Retrieves a value indicating whether the specified control is a child of the control. (Inherited from Control.) |
.gif) | CreateAccessibilityInstance | Creates a new accessible object for the DataGridView. (Overrides Control..::.CreateAccessibilityInstance()()().) |
.gif) | CreateColumnsInstance | Creates and returns a new DataGridViewColumnCollection. |
.gif) | CreateControl | Forces the creation of the control, including the creation of the handle and any child controls. (Inherited from Control.) |
.gif) | CreateControlsInstance | Creates and returns a new Control..::.ControlCollection that can be cast to type DataGridView..::.DataGridViewControlCollection. (Overrides Control..::.CreateControlsInstance()()().) |
.gif) | CreateGraphics | Creates the Graphics for the control. (Inherited from Control.) |
.gif) | CreateHandle | Creates a handle for the control. (Inherited from Control.) |
.gif) | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
.gif) | CreateRowsInstance | Creates and returns a new DataGridViewRowCollection. |
.gif) | DefWndProc | Sends the specified message to the default window procedure. (Inherited from Control.) |
.gif) | DestroyHandle | Destroys the handle associated with the control. (Inherited from Control.) |
.gif) | DisplayedColumnCount | Returns the number of columns displayed to the user. |
.gif) | DisplayedRowCount | Returns the number of rows displayed to the user. |
.gif) | Dispose | Overloaded. Releases all resources used by the DataGridView control. |
.gif) | DoDragDrop | Begins a drag-and-drop operation. (Inherited from Control.) |
.gif) | DrawToBitmap | Supports rendering to the specified bitmap. (Inherited from Control.) |
.gif) | EndEdit | Overloaded. Commits and ends the edit operation on the current cell. |
.gif) | EndInvoke | Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (Inherited from Control.) |
.gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) | Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
.gif) | FindForm | Retrieves the form that the control is on. (Inherited from Control.) |
.gif) | Focus | Sets input focus to the control. (Inherited from Control.) |
.gif) | GetAccessibilityObjectById | Retrieves the specified AccessibleObject. (Overrides Control..::.GetAccessibilityObjectById(Int32).) |
.gif) | GetAutoSizeMode | Retrieves a value indicating how a control will behave when its AutoSize property is enabled. (Inherited from Control.) |
.gif) | GetCellCount | Gets the number of cells that satisfy the provided filter. |
.gif) | GetCellDisplayRectangle | Returns the rectangle that represents the display area for a cell. |
.gif) | GetChildAtPoint | Overloaded. Retrieves the child control at a specified location. |
.gif) | GetClipboardContent | Retrieves the formatted values that represent the contents of the selected cells for copying to the Clipboard. |
.gif) | GetColumnDisplayRectangle | Returns the rectangle that represents the display area for a column, as determined by the column index. |
.gif) | GetContainerControl | Returns the next ContainerControl up the control's chain of parent controls. (Inherited from Control.) |
.gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
.gif) | GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (Inherited from Control.) |
.gif) | GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from Control.) |
.gif) | GetRowDisplayRectangle | Returns the rectangle that represents the display area for a row, as determined by the row index. |
.gif) | GetScaledBounds | Retrieves the bounds within which the control is scaled. (Inherited from Control.) |
.gif) | GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.) |
.gif) | GetStyle | Retrieves the value of the specified control style bit for the control. (Inherited from Control.) |
.gif) | GetTopLevel | Determines if the control is a top-level control. (Inherited from Control.) |
.gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) | Hide | Conceals the control from the user. (Inherited from Control.) |
.gif) | HitTest | Returns location information, such as row and column indices, given x- and y-coordinates. |
.gif) | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
.gif) | InitLayout | Called after the control has been added to another container. (Inherited from Control.) |
.gif) | Invalidate | Overloaded. Invalidates a specific region of the control and causes a paint message to be sent to the control. |
.gif) | InvalidateCell | Overloaded. Invalidates a cell in the DataGridView, forcing it to be repainted. |
.gif) | InvalidateColumn | Invalidates the specified column of the DataGridView, forcing it to be repainted. |
.gif) | InvalidateRow | Invalidates the specified row of the DataGridView, forcing it to be repainted. |
.gif) | Invoke | Overloaded. Executes a delegate on the thread that owns the control's underlying window handle. |
.gif) | InvokeGotFocus | Raises the GotFocus event for the specified control. (Inherited from Control.) |
.gif) | InvokeLostFocus | Raises the LostFocus event for the specified control. (Inherited from Control.) |
.gif) | InvokeOnClick | Raises the Click event for the specified control. (Inherited from Control.) |
.gif) | InvokePaint | Raises the Paint event for the specified control. (Inherited from Control.) |
.gif) | InvokePaintBackground | Raises the PaintBackground event for the specified control. (Inherited from Control.) |
.gif) | IsInputChar | Determines whether a character is an input character that the DataGridView recognizes. (Overrides Control..::.IsInputChar(Char).) |
.gif) | IsInputKey | Determines whether the specified key is a regular input key or a special key that requires preprocessing. (Overrides Control..::.IsInputKey(Keys).) |
.gif) | MemberwiseClone | Overloaded. |
.gif) | NotifyCurrentCellDirty | Notifies the DataGridView that the current cell has uncommitted changes. |
.gif) | NotifyInvalidate | Infrastructure. Raises the Invalidated event with a specified region of the control to invalidate. (Inherited from Control.) |
.gif) | OnAllowUserToAddRowsChanged | Raises the AllowUserToAddRowsChanged event. |
.gif) | OnAllowUserToDeleteRowsChanged | Raises the AllowUserToDeleteRowsChanged event. |
.gif) | OnAllowUserToOrderColumnsChanged | Raises the AllowUserToOrderColumnsChanged event. |
.gif) | OnAllowUserToResizeColumnsChanged | Raises the AllowUserToResizeColumnsChanged event. |
.gif) | OnAllowUserToResizeRowsChanged | Raises the AllowUserToResizeRowsChanged event. |
.gif) | OnAlternatingRowsDefaultCellStyleChanged | Raises the AlternatingRowsDefaultCellStyleChanged event. |
.gif) | OnAutoGenerateColumnsChanged | Raises the AutoGenerateColumnsChanged event. |
.gif) | OnAutoSizeChanged | Raises the AutoSizeChanged event. (Inherited from Control.) |
.gif) | OnAutoSizeColumnModeChanged | Raises the AutoSizeColumnModeChanged event. |
.gif) | OnAutoSizeColumnsModeChanged | Raises the AutoSizeColumnsModeChanged event. |
.gif) | OnAutoSizeRowsModeChanged | Raises the AutoSizeRowsModeChanged event. |
.gif) | OnBackColorChanged | Raises the BackColorChanged event. (Inherited from Control.) |
.gif) | OnBackgroundColorChanged | Raises the BackgroundColorChanged event. |
.gif) | OnBackgroundImageChanged | Raises the BackgroundImageChanged event. (Inherited from Control.) |
.gif) | OnBackgroundImageLayoutChanged | Raises the BackgroundImageLayoutChanged event. (Inherited from Control.) |
.gif) | OnBindingContextChanged | Raises the BindingContextChanged event. (Overrides Control..::.OnBindingContextChanged(EventArgs).) |
.gif) | OnBorderStyleChanged | Raises the BorderStyleChanged event. |
.gif) | OnCancelRowEdit | Raises the CancelRowEdit event. |
.gif) | OnCausesValidationChanged | Raises the CausesValidationChanged event. (Inherited from Control.) |
.gif) | OnCellBeginEdit | Raises the CellBeginEdit event. |
.gif) | OnCellBorderStyleChanged | Raises the CellBorderStyleChanged event. |
.gif) | OnCellClick | Raises the CellClick event. |
.gif) | OnCellContentClick | Raises the CellContentClick event. |
.gif) | OnCellContentDoubleClick | Raises the CellContentDoubleClick event. |
.gif) | OnCellContextMenuStripChanged | Raises the CellContextMenuStripChanged event. |
.gif) | OnCellContextMenuStripNeeded | Raises the CellContextMenuStripNeeded event. |
.gif) | OnCellDoubleClick | Raises the CellDoubleClick event. |
.gif) | OnCellEndEdit | Raises the CellEndEdit event. |
.gif) | OnCellEnter | Raises the CellEnter event. |
.gif) | OnCellErrorTextChanged | Raises the CellErrorTextChanged event. |
.gif) | OnCellErrorTextNeeded | Raises the CellErrorTextNeeded event. |
.gif) | OnCellFormatting | Raises the CellFormatting event. |
.gif) | OnCellLeave | Raises the CellLeave event. |
.gif) | OnCellMouseClick | Raises the CellMouseClick event. |
.gif) | OnCellMouseDoubleClick | Raises the CellMouseDoubleClick event. |
.gif) | OnCellMouseDown | Raises the CellMouseDown event. |
.gif) | OnCellMouseEnter | Raises the CellMouseEnter event. |
.gif) | OnCellMouseLeave | Raises the CellMouseLeave event. |
.gif) | OnCellMouseMove | Raises the CellMouseMove event. |
.gif) | OnCellMouseUp | Raises the CellMouseUp event. |
.gif) | OnCellPainting | Raises the CellPainting event. |
.gif) | OnCellParsing | Raises the CellParsing event. |
.gif) | OnCellStateChanged | Raises the CellStateChanged event. |
.gif) | OnCellStyleChanged | Raises the CellStyleChanged event. |
.gif) | OnCellStyleContentChanged | Raises the CellStyleContentChanged event. |
.gif) | OnCellToolTipTextChanged | Raises the CellToolTipTextChanged event. |
.gif) | OnCellToolTipTextNeeded | Raises the CellToolTipTextNeeded event. |
.gif) | OnCellValidated | Raises the CellValidated event. |
.gif) | OnCellValidating | Raises the CellValidating event. |
.gif) | OnCellValueChanged | Raises the CellValueChanged event. |
.gif) | OnCellValueNeeded | Raises the CellValueNeeded event. |
.gif) | OnCellValuePushed | Raises the CellValuePushed event. |
.gif) | OnChangeUICues | Raises the ChangeUICues event. (Inherited from Control.) |
.gif) | OnClick | Raises the Click event. (Inherited from Control.) |
.gif) | OnClientSizeChanged | Raises the ClientSizeChanged event. (Inherited from Control.) |
.gif) | OnColumnAdded | Raises the ColumnAdded event. |
.gif) | OnColumnContextMenuStripChanged | Raises the ColumnContextMenuStripChanged event. |
.gif) | OnColumnDataPropertyNameChanged | Raises the ColumnDataPropertyNameChanged event. |
.gif) | OnColumnDefaultCellStyleChanged | Raises the ColumnDefaultCellStyleChanged event. |
.gif) | OnColumnDisplayIndexChanged | Raises the ColumnDisplayIndexChanged event. |
.gif) | OnColumnDividerDoubleClick | Raises the ColumnDividerDoubleClick event. |
.gif) | OnColumnDividerWidthChanged | Raises the ColumnDividerWidthChanged event. |
.gif) | OnColumnHeaderCellChanged | Raises the ColumnHeaderCellChanged event. |
.gif) | OnColumnHeaderMouseClick | Raises the ColumnHeaderMouseClick event. |
.gif) | OnColumnHeaderMouseDoubleClick | Raises the ColumnHeaderMouseDoubleClick event. |
.gif) | OnColumnHeadersBorderStyleChanged | Raises the ColumnHeadersBorderStyleChanged event. |
.gif) | OnColumnHeadersDefaultCellStyleChanged | Raises the ColumnHeadersDefaultCellStyleChanged event. |
.gif) | OnColumnHeadersHeightChanged | Raises the ColumnHeadersHeightChanged event. |
.gif) | OnColumnHeadersHeightSizeModeChanged | Raises the ColumnHeadersHeightSizeModeChanged event. |
.gif) | OnColumnMinimumWidthChanged | Raises the ColumnMinimumWidthChanged event. |
.gif) | OnColumnNameChanged | Raises the ColumnNameChanged event. |
.gif) | OnColumnRemoved | Raises the ColumnRemoved event. |
.gif) | OnColumnSortModeChanged | Raises the ColumnSortModeChanged event. |
.gif) | OnColumnStateChanged | Raises the ColumnStateChanged event. |
.gif) | OnColumnToolTipTextChanged | Raises the ColumnToolTipTextChanged event. |
.gif) | OnColumnWidthChanged | Raises the ColumnWidthChanged event. |
.gif) | OnContextMenuChanged | Raises the ContextMenuChanged event. (Inherited from Control.) |
.gif) | OnContextMenuStripChanged | Raises the ContextMenuStripChanged event. (Inherited from Control.) |
.gif) | OnControlAdded | Raises the ControlAdded event. (Inherited from Control.) |
.gif) | OnControlRemoved | Raises the ControlRemoved event. (Inherited from Control.) |
.gif) | OnCreateControl | Raises the CreateControl method. (Inherited from Control.) |
.gif) | OnCurrentCellChanged | Raises the CurrentCellChanged event. |
.gif) | OnCurrentCellDirtyStateChanged | Raises the CurrentCellDirtyStateChanged event. |
.gif) | OnCursorChanged | Raises the CursorChanged event and updates the UserSetCursor property if the cursor was changed in user code. (Overrides Control..::.OnCursorChanged(EventArgs).) |
.gif) | OnDataBindingComplete | Raises the DataBindingComplete event. |
.gif) | OnDataError | Raises the DataError event. |
.gif) | OnDataMemberChanged | Raises the DataMemberChanged event. |
.gif) | OnDataSourceChanged | Raises the DataSourceChanged event. |
.gif) | OnDefaultCellStyleChanged | Raises the DefaultCellStyleChanged event. |
.gif) | OnDefaultValuesNeeded | Raises the DefaultValuesNeeded event. |
.gif) | OnDockChanged | Raises the DockChanged event. (Inherited from Control.) |
.gif) | OnDoubleClick | Raises the DoubleClick event. (Overrides Control..::.OnDoubleClick(EventArgs).) |
.gif) | OnDragDrop | Raises the DragDrop event. (Inherited from Control.) |
.gif) | OnDragEnter | Raises the DragEnter event. (Inherited from Control.) |
.gif) | OnDragLeave | Raises the DragLeave event. (Inherited from Control.) |
.gif) | OnDragOver | Raises the DragOver event. (Inherited from Control.) |
.gif) | OnEditingControlShowing | Raises the EditingControlShowing event. |
.gif) | OnEditModeChanged | Raises the EditModeChanged event. |
.gif) | OnEnabledChanged | Raises the EnabledChanged event. (Overrides Control..::.OnEnabledChanged(EventArgs).) |
.gif) | OnEnter | Raises the Enter event. (Overrides Control..::.OnEnter(EventArgs).) |
.gif) | OnFontChanged | Raises the FontChanged event. (Overrides Control..::.OnFontChanged(EventArgs).) |
.gif) | OnForeColorChanged | Raises the ForeColorChanged event. (Overrides Control..::.OnForeColorChanged(EventArgs).) |
.gif) | OnGiveFeedback | Raises the GiveFeedback event. (Inherited from Control.) |
.gif) | OnGotFocus | Raises the GotFocus event. (Overrides Control..::.OnGotFocus(EventArgs).) |
.gif) | OnGridColorChanged | Raises the GridColorChanged event. |
.gif) | OnHandleCreated | Raises the HandleCreated event. (Overrides Control..::.OnHandleCreated(EventArgs).) |
.gif) | OnHandleDestroyed | Raises the HandleDestroyed event. (Overrides Control..::.OnHandleDestroyed(EventArgs).) |
.gif) | OnHelpRequested | Raises the HelpRequested event. (Inherited from Control.) |
.gif) | OnImeModeChanged | Raises the ImeModeChanged event. (Inherited from Control.) |
.gif) | OnInvalidated | Raises the Invalidated event. (Inherited from Control.) |
.gif) | OnKeyDown | Raises the KeyDown event. (Overrides Control..::.OnKeyDown(KeyEventArgs).) |
.gif) | OnKeyPress | Raises the KeyPress event. (Overrides Control..::.OnKeyPress(KeyPressEventArgs).) |
.gif) | OnKeyUp | Raises the KeyUp event. (Overrides Control..::.OnKeyUp(KeyEventArgs).) |
.gif) | OnLayout | Raises the Layout event. (Overrides Control..::.OnLayout(LayoutEventArgs).) |
.gif) | OnLeave | Raises the Leave event. (Overrides Control..::.OnLeave(EventArgs).) |
.gif) | OnLocationChanged | Raises the LocationChanged event. (Inherited from Control.) |
.gif) | OnLostFocus | Raises the LostFocus event. (Overrides Control..::.OnLostFocus(EventArgs).) |
.gif) | OnMarginChanged | Raises the MarginChanged event. (Inherited from Control.) |
.gif) | OnMouseCaptureChanged | Raises the MouseCaptureChanged event. (Inherited from Control.) |
.gif) | OnMouseClick | Raises the MouseClick event. (Overrides Control..::.OnMouseClick(MouseEventArgs).) |
.gif) | OnMouseDoubleClick | Raises the MouseDoubleClick event. (Overrides Control..::.OnMouseDoubleClick(MouseEventArgs).) |
.gif) | OnMouseDown | Raises the MouseDown event. (Overrides Control..::.OnMouseDown(MouseEventArgs).) |
.gif) | OnMouseEnter | Raises the MouseEnter event. (Overrides Control..::.OnMouseEnter(EventArgs).) |
.gif) | OnMouseHover | Raises the MouseHover event. (Inherited from Control.) |
.gif) | OnMouseLeave | Raises the MouseLeave event. (Overrides Control..::.OnMouseLeave(EventArgs).) |
.gif) | OnMouseMove | Raises the MouseMove event. (Overrides Control..::.OnMouseMove(MouseEventArgs).) |
.gif) | OnMouseUp | Raises the MouseUp event. (Overrides Control..::.OnMouseUp(MouseEventArgs).) |
.gif) | OnMouseWheel | Raises the MouseWheel event. (Overrides Control..::.OnMouseWheel(MouseEventArgs).) |
.gif) | OnMove | Raises the Move event. (Inherited from Control.) |
.gif) | OnMultiSelectChanged | Raises the MultiSelectChanged event. |
.gif) | OnNewRowNeeded | Raises the NewRowNeeded event. |
.gif) | OnNotifyMessage | Notifies the control of Windows messages. (Inherited from Control.) |
.gif) | OnPaddingChanged | Raises the PaddingChanged event. (Inherited from Control.) |
.gif) | OnPaint | Raises the Paint event. (Overrides Control..::.OnPaint(PaintEventArgs).) |
.gif) | OnPaintBackground | Paints the background of the control. (Inherited from Control.) |
.gif) | OnParentBackColorChanged | Raises the BackColorChanged event when the BackColor property value of the control's container changes. (Inherited from Control.) |
.gif) | OnParentBackgroundImageChanged | Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (Inherited from Control.) |
.gif) | OnParentBindingContextChanged | Raises the BindingContextChanged event when the BindingContext property value of the control's container changes. (Inherited from Control.) |
.gif) | OnParentChanged | Raises the ParentChanged event. (Inherited from Control.) |
.gif) | OnParentCursorChanged | Raises the CursorChanged event. (Inherited from Control.) |
.gif) | OnParentEnabledChanged | Raises the EnabledChanged event when the Enabled property value of the control's container changes. (Inherited from Control.) |
.gif) | OnParentFontChanged | Raises the FontChanged event when the Font property value of the control's container changes. (Inherited from Control.) |
.gif) | OnParentForeColorChanged | Raises the ForeColorChanged event when the ForeColor property value of the control's container changes. (Inherited from Control.) |
.gif) | OnParentRightToLeftChanged | Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (Inherited from Control.) |
.gif) | OnParentVisibleChanged | Raises the VisibleChanged event when the Visible property value of the control's container changes. (Inherited from Control.) |
.gif) | OnPreviewKeyDown | Raises the PreviewKeyDown event. (Inherited from Control.) |
.gif) | OnPrint | Raises the Paint event. (Inherited from Control.) |
.gif) | OnQueryContinueDrag | Raises the QueryContinueDrag event. (Inherited from Control.) |
.gif) | OnReadOnlyChanged | Raises the ReadOnlyChanged event. |
.gif) | OnRegionChanged | Raises the RegionChanged event. (Inherited from Control.) |
.gif) | OnResize | Raises the Resize event. (Overrides Control..::.OnResize(EventArgs).) |
.gif) | OnRightToLeftChanged | Raises the RightToLeftChanged event. (Overrides Control..::.OnRightToLeftChanged(EventArgs).) |
.gif) | OnRowContextMenuStripChanged | Raises the RowContextMenuStripChanged event. |
.gif) | OnRowContextMenuStripNeeded | Raises the RowContextMenuStripNeeded event. |
.gif) | OnRowDefaultCellStyleChanged | Raises the RowDefaultCellStyleChanged event. |
.gif) | OnRowDirtyStateNeeded | Raises the RowDirtyStateNeeded event. |
.gif) | OnRowDividerDoubleClick | Raises the RowDividerDoubleClick event. |
.gif) | OnRowDividerHeightChanged | Raises the RowDividerHeightChanged event. |
.gif) | OnRowEnter | Raises the RowEnter event. |
.gif) | OnRowErrorTextChanged | Raises the RowErrorTextChanged event. |
.gif) | OnRowErrorTextNeeded | Raises the RowErrorTextNeeded event. |
.gif) | OnRowHeaderCellChanged | Raises the RowHeaderCellChanged event. |
.gif) | OnRowHeaderMouseClick | Raises the RowHeaderMouseClick event. |
.gif) | OnRowHeaderMouseDoubleClick | Raises the RowHeaderMouseDoubleClick event. |
.gif) | OnRowHeadersBorderStyleChanged | Raises the RowHeadersBorderStyleChanged event. |
.gif) | OnRowHeadersDefaultCellStyleChanged | Raises the RowHeadersDefaultCellStyleChanged event. |
.gif) | OnRowHeadersWidthChanged | Raises the RowHeadersWidthChanged event. |
.gif) | OnRowHeadersWidthSizeModeChanged | Raises the RowHeadersWidthSizeModeChanged event. |
.gif) | OnRowHeightChanged | Raises the RowHeightChanged event. |
.gif) | OnRowHeightInfoNeeded | Raises the RowHeightInfoNeeded event. |
.gif) | OnRowHeightInfoPushed | Raises the RowHeightInfoPushed event. |
.gif) | OnRowLeave | Raises the RowLeave event. |
.gif) | OnRowMinimumHeightChanged | Raises the RowMinimumHeightChanged event. |
.gif) | OnRowPostPaint | Raises the RowPostPaint event. |
.gif) | OnRowPrePaint | Raises the RowPrePaint event. |
.gif) | OnRowsAdded | Raises the RowsAdded event. |
.gif) | OnRowsDefaultCellStyleChanged | Raises the RowsDefaultCellStyleChanged event. |
.gif) | OnRowsRemoved | Raises the RowsRemoved event. |
.gif) | OnRowStateChanged | Raises the RowStateChanged event. |
.gif) | OnRowUnshared | Raises the RowUnshared event. |
.gif) | OnRowValidated | Raises the RowValidated event. |
.gif) | OnRowValidating | Raises the RowValidating event. |
.gif) | OnScroll | Raises the Scroll event. |
.gif) | OnSelectionChanged | Raises the SelectionChanged event. |
.gif) | OnSizeChanged | Raises the SizeChanged event. (Inherited from Control.) |
.gif) | OnSortCompare | Raises the SortCompare event. |
.gif) | OnSorted | Raises the Sorted event. |
.gif) | OnStyleChanged | Raises the StyleChanged event. (Inherited from Control.) |
.gif) | OnSystemColorsChanged | Raises the SystemColorsChanged event. (Inherited from Control.) |
.gif) | OnTabIndexChanged | Raises the TabIndexChanged event. (Inherited from Control.) |
.gif) | OnTabStopChanged | Raises the TabStopChanged event. (Inherited from Control.) |
.gif) | OnTextChanged | Raises the TextChanged event. (Inherited from Control.) |
.gif) | OnUserAddedRow | Raises the UserAddedRow event. |
.gif) | OnUserDeletedRow | Raises the UserDeletedRow event. |
.gif) | OnUserDeletingRow | Raises the UserDeletingRow event. |
.gif) | OnValidated | Raises the Validated event. (Inherited from Control.) |
.gif) | OnValidating | Raises the Validating event. (Overrides Control..::.OnValidating(CancelEventArgs).) |
.gif) | OnVisibleChanged | Raises the VisibleChanged event. (Overrides Control..::.OnVisibleChanged(EventArgs).) |
.gif) | PaintBackground | Paints the background of the DataGridView. |
.gif) | PerformLayout | Overloaded. Forces the control to apply layout logic to child controls. |
.gif) | PointToClient | Computes the location of the specified screen point into client coordinates. (Inherited from Control.) |
.gif) | PointToScreen | Computes the location of the specified client point into screen coordinates. (Inherited from Control.) |
.gif) | PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from Control.) |
.gif) | PreProcessMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from Control.) |
.gif) | ProcessAKey | Processes the A key. |
.gif) | ProcessCmdKey | Processes a command key. (Inherited from Control.) |
.gif) | ProcessDataGridViewKey | Processes keys used for navigating in the DataGridView. |
.gif) | ProcessDeleteKey | Processes the DELETE key. |
.gif) | ProcessDialogChar | Processes a dialog character. (Inherited from Control.) |
.gif) | ProcessDialogKey | Processes keys, such as the TAB, ESCAPE, ENTER, and ARROW keys, used to control dialog boxes. (Overrides Control..::.ProcessDialogKey(Keys).) |
.gif) | ProcessDownKey | Processes the DOWN ARROW key. |
.gif) | ProcessEndKey | Processes the END key. |
.gif) | ProcessEnterKey | Processes the ENTER key. |
.gif) | ProcessEscapeKey | Processes the ESC key. |
.gif) | ProcessF2Key | Processes the F2 key. |
.gif) | ProcessHomeKey | Processes the HOME key. |
.gif) | ProcessInsertKey | Processes the INSERT key. |
.gif) | ProcessKeyEventArgs | Processes a key message and generates the appropriate control events. (Overrides Control..::.ProcessKeyEventArgs(Message%).) |
.gif) | ProcessKeyMessage | Processes a keyboard message. (Inherited from Control.) |
.gif) | ProcessKeyPreview | Previews a keyboard message. (Overrides Control..::.ProcessKeyPreview(Message%).) |
.gif) | ProcessLeftKey | Processes the LEFT ARROW key. |
.gif) | ProcessMnemonic | Processes a mnemonic character. (Inherited from Control.) |
.gif) | ProcessNextKey | Processes the PAGE DOWN key. |
.gif) | ProcessPriorKey | Processes the PAGE UP key. |
.gif) | ProcessRightKey | Processes the RIGHT ARROW key. |
.gif) | ProcessSpaceKey | Processes the SPACEBAR. |
.gif) | ProcessTabKey | Processes the TAB key. |
.gif) | ProcessUpKey | Processes the UP ARROW key. |
.gif) | ProcessZeroKey | Processes the 0 key. |
.gif) | RaiseDragEvent | Raises the appropriate drag event. (Inherited from Control.) |
.gif) | RaiseKeyEvent | Raises the appropriate key event. (Inherited from Control.) |
.gif) | RaiseMouseEvent | Raises the appropriate mouse event. (Inherited from Control.) |
.gif) | RaisePaintEvent | Raises the appropriate paint event. (Inherited from Control.) |
.gif) | RecreateHandle | Forces the re-creation of the handle for the control. (Inherited from Control.) |
.gif) | RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (Inherited from Control.) |
.gif) | RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (Inherited from Control.) |
.gif) | Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from Control.) |
.gif) | RefreshEdit | Refreshes the value of the current cell with the underlying cell value when the cell is in edit mode, discarding any previous value. |
.gif) | ResetBackColor | Resets the BackColor property to its default value. (Inherited from Control.) |
.gif) | ResetBindings | Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (Inherited from Control.) |
.gif) | ResetCursor | Resets the Cursor property to its default value. (Inherited from Control.) |
.gif) | ResetFont | Resets the Font property to its default value. (Inherited from Control.) |
.gif) | ResetForeColor | Resets the ForeColor property to its default value. (Inherited from Control.) |
.gif) | ResetImeMode | Resets the ImeMode property to its default value. (Inherited from Control.) |
.gif) | ResetMouseEventArgs | Infrastructure. Resets the control to handle the MouseLeave event. (Inherited from Control.) |
.gif) | ResetRightToLeft | Resets the RightToLeft property to its default value. (Inherited from Control.) |
.gif) | ResetText | Infrastructure. Resets the Text property to its default value. (Overrides Control..::.ResetText()()().) |
.gif) | ResumeLayout | Overloaded. Resumes the usual layout logic. |
.gif) | RtlTranslateAlignment | Overloaded. Converts the current alignment to the appropriate alignment to support right-to-left text. |
.gif) | RtlTranslateContent | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (Inherited from Control.) |
.gif) | RtlTranslateHorizontal | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (Inherited from Control.) |
.gif) | RtlTranslateLeftRight | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (Inherited from Control.) |
.gif) | Scale | Overloaded. Scales the control and any child controls. |
.gif) | ScaleControl | Scales a control's location, size, padding and margin. (Inherited from Control.) |
.gif) | ScaleCore | Infrastructure. This method is not relevant for this class. (Inherited from Control.) |
.gif) | Select | Overloaded. Activates a control. |
.gif) | SelectAll | Selects all the cells in the DataGridView. |
.gif) | SelectNextControl | Activates the next control. (Inherited from Control.) |
.gif) | SendToBack | Sends the control to the back of the z-order. (Inherited from Control.) |
.gif) | SetAutoSizeMode | Sets a value indicating how a control will behave when its AutoSize property is enabled. (Inherited from Control.) |
.gif) | SetBounds | Overloaded. Sets the bounds of the control. |
.gif) | SetBoundsCore | This member overrides Control..::.SetBoundsCore. (Overrides Control..::.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified).) |
.gif) | SetClientSizeCore | Sets the size of the client area of the control. (Inherited from Control.) |
.gif) | SetCurrentCellAddressCore | Sets the currently active cell. |
.gif) | SetSelectedCellCore | Changes the selection state of the cell with the specified row and column indexes. |
.gif) | SetSelectedColumnCore | Changes the selection state of the column with the specified index. |
.gif) | SetSelectedRowCore | Changes the selection state of the row with the specified index. |
.gif) | SetStyle | Sets a specified ControlStyles flag to either true or false. (Inherited from Control.) |
.gif) | SetTopLevel | Sets the control as the top-level control. (Inherited from Control.) |
.gif) | SetVisibleCore | Sets the control to the specified visible state. (Inherited from Control.) |
.gif) | Show | Displays the control to the user. (Inherited from Control.) |
.gif) | SizeFromClientSize | Determines the size of the entire control from the height and width of its client area. (Inherited from Control.) |
.gif) | Sort | Overloaded. Sorts the contents of the DataGridView control. |
.gif) | SuspendLayout | Temporarily suspends the layout logic for the control. (Inherited from Control.) |
.gif) | ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
.gif) | Update | Causes the control to redraw the invalidated regions within its client area. (Inherited from Control.) |
.gif) | UpdateBounds | Overloaded. Updates the bounds of the control. |
.gif) | UpdateCellErrorText | Forces the cell at the specified location to update its error text. |
.gif) | UpdateCellValue | Forces the control to update its display of the cell at the specified location based on its new value, applying any automatic sizing modes currently in effect. |
.gif) | UpdateRowErrorText | Overloaded. Forces one or more rows to update their error text. |
.gif) | UpdateRowHeightInfo | Forces the specified row or rows to update their height information. |
.gif) | UpdateStyles | Forces the assigned styles to be reapplied to the control. (Inherited from Control.) |
.gif) | UpdateZOrder | Updates the control in its parent's z-order. (Inherited from Control.) |
.gif) | WndProc | Processes window messages. (Overrides Control..::.WndProc(Message%).) |