| .gif) | AccessibilityNotifyClients(AccessibleEvents, Int32) | 就指定的子控件的指定 AccessibleEvents 通知辅助功能客户端应用程序。 (继承自 Control。) | 
| .gif) | AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) | 就指定的子控件的指定 AccessibleEvents 通知辅助功能客户端应用程序。 (继承自 Control。) | 
| .gif) | AccessibilityNotifyCurrentCellChanged | 当新单元格成为当前的单元格时,通知可访问的客户端应用程序。 (继承自 DataGridView。) | 
| .gif) | Activate | 激活 DataGridView。 | 
| .gif) | AdjustColumnHeaderBorderStyle | 为当前正在绘制的 DataGridView 的列标题单元格调整 DataGridViewAdvancedBorderStyle。 (继承自 DataGridView。) | 
| .gif) | AreAllCellsSelected | 返回一个值,该值指示当前是否选择了所有的 DataGridView 单元格。 (继承自 DataGridView。) | 
| .gif) | AutoResizeColumn(Int32) | 调整指定列的宽度以适应其所有单元格(包括标题单元格)的内容。 (继承自 DataGridView。) | 
| .gif) | AutoResizeColumn(Int32, DataGridViewAutoSizeColumnMode) | 使用指定的大小调整模式调整指定列的宽度。 (继承自 DataGridView。) | 
| .gif) | AutoResizeColumn(Int32, DataGridViewAutoSizeColumnMode, Boolean) | 使用指定的大小调整模式调整指定列的宽度,还可以选择在行高随后进行调整的假定条件下计算宽度。 (继承自 DataGridView。) | 
| .gif) | AutoResizeColumnHeadersHeight() | 调整列标题的高度以适应最大列标题的内容。 (继承自 DataGridView。) | 
| .gif) | AutoResizeColumnHeadersHeight(Int32) | 基于指定列中的标题内容的更改来调整列标题的高度。 (继承自 DataGridView。) | 
| .gif) | AutoResizeColumnHeadersHeight(Boolean, Boolean) | 调整列标题的高度以适应其内容,还可以选择在列和/或行标题的宽度随后进行调整的假定条件下计算高度。 (继承自 DataGridView。) | 
| .gif) | AutoResizeColumnHeadersHeight(Int32, Boolean, Boolean) | 基于指定列中标题内容的更改来调整列标题的高度,还可以选择在列和/或行标题的宽度随后进行调整的假定条件下计算高度。 (继承自 DataGridView。) | 
| .gif) | AutoResizeColumns() | 调整所有列的宽度以适应其所有单元格(包括标题单元格)的内容。 (继承自 DataGridView。) | 
| .gif) | AutoResizeColumns(DataGridViewAutoSizeColumnsMode) | 使用指定的大小调整模式调整所有列的宽度。 (继承自 DataGridView。) | 
| .gif) | AutoResizeColumns(DataGridViewAutoSizeColumnsMode, Boolean) | 使用指定的大小调整模式调整所有列的宽度,还可以选择在行高随后进行调整的假定条件下计算宽度。 (继承自 DataGridView。) | 
| .gif) | AutoResizeRow(Int32) | 调整指定行的高度以适应其所有单元格(包括标题单元格)的内容。 (继承自 DataGridView。) | 
| .gif) | AutoResizeRow(Int32, DataGridViewAutoSizeRowMode) | 使用指定的大小调整模式调整指定行的高度。 (继承自 DataGridView。) | 
| .gif) | AutoResizeRow(Int32, DataGridViewAutoSizeRowMode, Boolean) | 使用指定的大小调整模式调整指定行的高度,还可以选择在列宽随后进行调整的假定条件下计算高度。 (继承自 DataGridView。) | 
| .gif) | AutoResizeRowHeadersWidth(DataGridViewRowHeadersWidthSizeMode) | 使用指定的大小调整模式调整行标题的宽度。 (继承自 DataGridView。) | 
| .gif) | AutoResizeRowHeadersWidth(Int32, DataGridViewRowHeadersWidthSizeMode) | 使用指定的大小调整模式,基于指定行中标题内容的更改调整行标题的宽度。 (继承自 DataGridView。) | 
| .gif) | AutoResizeRowHeadersWidth(DataGridViewRowHeadersWidthSizeMode, Boolean, Boolean) | 使用指定的大小调整模式调整行标题的宽度,还可以选择在行和/或列标题的高度随后进行调整的假定条件下计算宽度。 (继承自 DataGridView。) | 
| .gif) | AutoResizeRowHeadersWidth(Int32, DataGridViewRowHeadersWidthSizeMode, Boolean, Boolean) | 使用指定的大小调整模式基于指定行中标题内容的更改来调整行标题的宽度,还可以选择在列和/或行标题的高度随后进行调整的假定条件下计算宽度。 (继承自 DataGridView。) | 
| .gif) | AutoResizeRows() | 调整所有行的高度以适应其所有单元格(包括标题单元格)的内容。 (继承自 DataGridView。) | 
| .gif) | AutoResizeRows(DataGridViewAutoSizeRowsMode) | 使用指定的大小调整模式值调整行高。 (继承自 DataGridView。) | 
| .gif) | AutoResizeRows(DataGridViewAutoSizeRowsMode, Boolean) | 使用指定的大小调整模式调整所有行的高度,还可以选择在列宽随后进行调整的假定条件下计算高度。 (继承自 DataGridView。) | 
| .gif) | AutoResizeRows(Int32, Int32, DataGridViewAutoSizeRowMode, Boolean) | 使用指定的大小调整模式调整指定行的高度,还可以选择在列宽随后进行调整的假定条件下计算高度。 (继承自 DataGridView。) | 
| .gif) | BeginEdit | 将当前的单元格置于编辑模式下。 (继承自 DataGridView。) | 
| .gif) | BeginInvoke(Delegate) | 在创建控件的基础句柄所在线程上异步执行指定委托。 (继承自 Control。) | 
| .gif) | BeginInvoke(Delegate, array<Object[]) | 在创建控件的基础句柄所在线程上,用指定的参数异步执行指定委托。 (继承自 Control。) | 
| .gif) | BringToFront | 将 DataGridView 置于 Z 顺序的顶层。 | 
| .gif) | CancelEdit | 取消当前选定单元格的编辑模式并丢弃所有更改。 (继承自 DataGridView。) | 
| .gif) | ClearSelection() | 通过取消选择所有的选定单元格来清除当前的选择。 (继承自 DataGridView。) | 
| .gif) | ClearSelection(Int32, Int32, Boolean) | 取消选择当前选定的所有单元格(所指示的单元格除外),可以选择确保所指示的单元格处于选定状态。 (继承自 DataGridView。) | 
| .gif) | CommitEdit | 将当前单元格中的更改提交到数据缓存,但不结束编辑模式。 (继承自 DataGridView。) | 
| .gif) | Contains | 检索一个值,该值指示指定控件是否为一个控件的子控件。 (继承自 Control。) | 
| .gif) | CopyPicture | 将 DataGridView 作为图片复制到剪贴板。 | 
| .gif) | CreateAccessibilityInstance | 为 DataGridView 创建一个新的辅助性对象。 (继承自 DataGridView。) | 
| .gif) | CreateColumnsInstance | 创建并返回一个新的 DataGridViewColumnCollection。 (继承自 DataGridView。) | 
| .gif) | CreateControl | 强制创建可见控件,包括创建句柄和任何可见子控件。 (继承自 Control。) | 
| .gif) | CreateControlsInstance | 创建并返回一个新的 Control.ControlCollection,该集合可以强制转换为 DataGridView.DataGridViewControlCollection 类型。 (继承自 DataGridView。) | 
| .gif) | CreateGraphics | 为控件创建 Graphics。 (继承自 Control。) | 
| .gif) | CreateHandle | 为该控件创建句柄。 (继承自 Control。) | 
| .gif) | CreateObjRef | 创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。 (继承自 MarshalByRefObject。) | 
| .gif) | CreateRowsInstance | 创建并返回一个新的 DataGridViewRowCollection。 (继承自 DataGridView。) | 
| .gif) | DefWndProc | 向默认窗口过程发送指定消息。 (继承自 Control。) | 
| .gif) | Delete | 从工作表中删除动态创建的 DataGridView 并将其从 ControlCollection 中移除。 | 
| .gif) | DestroyHandle | 毁坏与该控件关联的句柄。 (继承自 Control。) | 
| .gif) | DisplayedColumnCount | 返回向用户显示的列数。 (继承自 DataGridView。) | 
| .gif) | DisplayedRowCount | 返回向用户显示的行数。 (继承自 DataGridView。) | 
| .gif) | Dispose() | 释放由 Component 使用的所有资源。 (继承自 Component。) | 
| .gif) | Dispose(Boolean) | 释放由 DataGridView 使用的非托管资源,并可选择释放托管资源。 (重写 DataGridView.Dispose(Boolean)。) | 
| .gif) | DoDragDrop | 开始拖放操作。 (继承自 Control。) | 
| .gif) | DrawToBitmap | 支持呈现到指定的位图。 (继承自 Control。) | 
| .gif) | EndEdit() | 使用默认错误上下文提交对当前单元格进行的编辑并结束编辑操作。 (继承自 DataGridView。) | 
| .gif) | EndEdit(DataGridViewDataErrorContexts) | 使用指定的错误上下文提交对当前单元格进行的编辑并结束编辑操作。 (继承自 DataGridView。) | 
| .gif) | EndInvoke | 检索由传递的 IAsyncResult 表示的异步操作的返回值。 (继承自 Control。) | 
| .gif) | Equals | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) | 
| .gif) | Finalize | 在通过垃圾回收将 Component 回收之前,释放非托管资源并执行其他清理操作。 (继承自 Component。) | 
| .gif) | FindForm | 检索控件所在的窗体。 (继承自 Control。) | 
| .gif) | Focus | 为控件设置输入焦点。 (继承自 Control。) | 
| .gif) | GetAccessibilityObjectById | 检索指定的 AccessibleObject。 (继承自 DataGridView。) | 
| .gif) | GetAutoSizeMode | 检索一个值,该值指示当启用控件的 AutoSize 属性时控件的行为方式。 (继承自 Control。) | 
| .gif) | GetCellCount | 获取满足所提供筛选器的单元格的数目。 (继承自 DataGridView。) | 
| .gif) | GetCellDisplayRectangle | 返回表示单元格显示区域的矩形。 (继承自 DataGridView。) | 
| .gif) | GetChildAtPoint(Point) | 检索位于指定坐标处的子控件。 (继承自 Control。) | 
| .gif) | GetChildAtPoint(Point, GetChildAtPointSkip) | 检索位于指定坐标的子控件,并且指定是否忽略特定类型的子控件。 (继承自 Control。) | 
| .gif) | GetClipboardContent | 检索表示选定单元格内容的格式化值,以便将其复制到 Clipboard。 (继承自 DataGridView。) | 
| .gif) | GetColumnDisplayRectangle | 返回表示某一列(由列索引确定)的显示区域的矩形。 (继承自 DataGridView。) | 
| .gif) | GetContainerControl | 沿着控件的父控件链向上,返回下一个 ContainerControl。 (继承自 Control。) | 
| .gif) | GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | 
| .gif) | GetLifetimeService | 检索控制此实例的生存期策略的当前生存期服务对象。 (继承自 MarshalByRefObject。) | 
| .gif) | GetNextControl | 按照子控件的 Tab 键顺序向前或向后检索下一个控件。 (继承自 Control。) | 
| .gif) | GetPreferredSize | 检索适合控件的矩形区域的大小。 (继承自 Control。) | 
| .gif) | GetRowDisplayRectangle | 返回表示某一行(由行索引确定)的显示区域的矩形。 (继承自 DataGridView。) | 
| .gif) | GetScaledBounds | 检索缩放控件时的边界。 (继承自 Control。) | 
| .gif) | GetService | 返回一个对象,该对象表示由 Component 或它的 Container 提供的服务。 (继承自 Component。) | 
| .gif) | GetStyle | 为控件检索指定控件样式位的值。 (继承自 Control。) | 
| .gif) | GetTopLevel | 确定控件是否是顶级控件。 (继承自 Control。) | 
| .gif) | GetType | 获取当前实例的 Type。 (继承自 Object。) | 
| .gif) | Hide | 对用户隐藏控件。 (继承自 Control。) | 
| .gif) | HitTest | 在给定了 x 坐标和 y 坐标的情况下返回位置信息,例如,行索引和列索引。 (继承自 DataGridView。) | 
| .gif) | InitializeLifetimeService | 获取控制此实例的生存期策略的生存期服务对象。 (继承自 MarshalByRefObject。) | 
| .gif) | InitLayout | 在将控件添加到另一个容器之后调用。 (继承自 Control。) | 
| .gif) | Invalidate() | 使控件的整个图面无效并导致重绘控件。 (继承自 Control。) | 
| .gif) | Invalidate(Region) | 使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。 (继承自 Control。) | 
| .gif) | Invalidate(Boolean) | 使控件的特定区域无效并向控件发送绘制消息。还可以使分配给该控件的子控件无效。 (继承自 Control。) | 
| .gif) | Invalidate(Rectangle) | 使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。 (继承自 Control。) | 
| .gif) | Invalidate(Region, Boolean) | 使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。还可以使分配给该控件的子控件无效。 (继承自 Control。) | 
| .gif) | Invalidate(Rectangle, Boolean) | 使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。还可以使分配给该控件的子控件无效。 (继承自 Control。) | 
| .gif) | InvalidateCell(DataGridViewCell) | 使 DataGridView 中的指定单元格无效,并强制对它进行重新绘制。 (继承自 DataGridView。) | 
| .gif) | InvalidateCell(Int32, Int32) | 使具有指定的行索引和列索引的单元格无效,并强制对它进行重新绘制。 (继承自 DataGridView。) | 
| .gif) | InvalidateColumn | 使 DataGridView 中的指定列无效,并强制对它进行重新绘制。 (继承自 DataGridView。) | 
| .gif) | InvalidateRow | 使 DataGridView 中的指定行无效,并强制对它进行重新绘制。 (继承自 DataGridView。) | 
| .gif) | Invoke(Delegate) | 在拥有此控件的基础窗口句柄的线程上执行指定的委托。 (继承自 Control。) | 
| .gif) | Invoke(Delegate, array<Object[]) | 在拥有控件的基础窗口句柄的线程上,用指定的参数列表执行指定委托。 (继承自 Control。) | 
| .gif) | InvokeGotFocus | 为指定的控件引发 GotFocus 事件。 (继承自 Control。) | 
| .gif) | InvokeLostFocus | 为指定的控件引发 LostFocus 事件。 (继承自 Control。) | 
| .gif) | InvokeOnClick | 为指定的控件引发 Click 事件。 (继承自 Control。) | 
| .gif) | InvokePaint | 为指定的控件引发 Paint 事件。 (继承自 Control。) | 
| .gif) | InvokePaintBackground | 为指定的控件引发 PaintBackground 事件。 (继承自 Control。) | 
| .gif) | IsInputChar | 确定字符是否为 DataGridView 可识别的输入字符。 (继承自 DataGridView。) | 
| .gif) | IsInputKey | 确定指定的键是常规输入键还是需要预处理的特殊键。 (继承自 DataGridView。) | 
| .gif) | MemberwiseClone() | 创建当前 Object 的浅表副本。 (继承自 Object。) | 
| .gif) | MemberwiseClone(Boolean) | 创建当前 MarshalByRefObject 对象的浅表副本。 (继承自 MarshalByRefObject。) | 
| .gif) | NotifyCurrentCellDirty | 通知 DataGridView 当前单元格有未提交的更改。 (继承自 DataGridView。) | 
| .gif) | NotifyInvalidate | 基础结构。引发 Invalidated 事件,其中带有要使之无效的控件的指定区域。 (继承自 Control。) | 
| .gif) | OnAllowUserToAddRowsChanged | 引发 AllowUserToAddRowsChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnAllowUserToDeleteRowsChanged | 引发 AllowUserToDeleteRowsChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnAllowUserToOrderColumnsChanged | 引发 AllowUserToOrderColumnsChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnAllowUserToResizeColumnsChanged | 引发 AllowUserToResizeColumnsChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnAllowUserToResizeRowsChanged | 引发 AllowUserToResizeRowsChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnAlternatingRowsDefaultCellStyleChanged | 引发 AlternatingRowsDefaultCellStyleChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnAutoGenerateColumnsChanged | 引发 AutoGenerateColumnsChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnAutoSizeChanged | 引发 AutoSizeChanged 事件。 (继承自 Control。) | 
| .gif) | OnAutoSizeColumnModeChanged | 引发 AutoSizeColumnModeChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnAutoSizeColumnsModeChanged | 引发 AutoSizeColumnsModeChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnAutoSizeRowsModeChanged | 引发 AutoSizeRowsModeChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnBackColorChanged | 引发 BackColorChanged 事件。 (继承自 Control。) | 
| .gif) | OnBackgroundColorChanged | 引发 BackgroundColorChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnBackgroundImageChanged | 引发 BackgroundImageChanged 事件。 (继承自 Control。) | 
| .gif) | OnBackgroundImageLayoutChanged | 引发 BackgroundImageLayoutChanged 事件。 (继承自 Control。) | 
| .gif) | OnBindingContextChanged | 引发 BindingContextChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnBorderStyleChanged | 引发 BorderStyleChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnCancelRowEdit | 引发 CancelRowEdit 事件。 (继承自 DataGridView。) | 
| .gif) | OnCausesValidationChanged | 引发 CausesValidationChanged 事件。 (继承自 Control。) | 
| .gif) | OnCellBeginEdit | 引发 CellBeginEdit 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellBorderStyleChanged | 引发 CellBorderStyleChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellClick | 引发 CellClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellContentClick | 引发 CellContentClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellContentDoubleClick | 引发 CellContentDoubleClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellContextMenuStripChanged | 引发 CellContextMenuStripChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellContextMenuStripNeeded | 引发 CellContextMenuStripNeeded 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellDoubleClick | 引发 CellDoubleClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellEndEdit | 引发 CellEndEdit 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellEnter | 引发 CellEnter 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellErrorTextChanged | 引发 CellErrorTextChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellErrorTextNeeded | 引发 CellErrorTextNeeded 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellFormatting | 引发 CellFormatting 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellLeave | 引发 CellLeave 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellMouseClick | 引发 CellMouseClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellMouseDoubleClick | 引发 CellMouseDoubleClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellMouseDown | 引发 CellMouseDown 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellMouseEnter | 引发 CellMouseEnter 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellMouseLeave | 引发 CellMouseLeave 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellMouseMove | 引发 CellMouseMove 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellMouseUp | 引发 CellMouseUp 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellPainting | 引发 CellPainting 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellParsing | 引发 CellParsing 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellStateChanged | 引发 CellStateChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellStyleChanged | 引发 CellStyleChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellStyleContentChanged | 引发 CellStyleContentChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellToolTipTextChanged | 引发 CellToolTipTextChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellToolTipTextNeeded | 引发 CellToolTipTextNeeded 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellValidated | 引发 CellValidated 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellValidating | 引发 CellValidating 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellValueChanged | 引发 CellValueChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellValueNeeded | 引发 CellValueNeeded 事件。 (继承自 DataGridView。) | 
| .gif) | OnCellValuePushed | 引发 CellValuePushed 事件。 (继承自 DataGridView。) | 
| .gif) | OnChangeUICues | 引发 ChangeUICues 事件。 (继承自 Control。) | 
| .gif) | OnClick | 引发 Click 事件。 (继承自 Control。) | 
| .gif) | OnClientSizeChanged | 引发 ClientSizeChanged 事件。 (继承自 Control。) | 
| .gif) | OnColumnAdded | 引发 ColumnAdded 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnContextMenuStripChanged | 引发 ColumnContextMenuStripChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnDataPropertyNameChanged | 引发 ColumnDataPropertyNameChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnDefaultCellStyleChanged | 引发 ColumnDefaultCellStyleChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnDisplayIndexChanged | 引发 ColumnDisplayIndexChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnDividerDoubleClick | 引发 ColumnDividerDoubleClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnDividerWidthChanged | 引发 ColumnDividerWidthChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnHeaderCellChanged | 引发 ColumnHeaderCellChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnHeaderMouseClick | 引发 ColumnHeaderMouseClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnHeaderMouseDoubleClick | 引发 ColumnHeaderMouseDoubleClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnHeadersBorderStyleChanged | 引发 ColumnHeadersBorderStyleChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnHeadersDefaultCellStyleChanged | 引发 ColumnHeadersDefaultCellStyleChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnHeadersHeightChanged | 引发 ColumnHeadersHeightChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnHeadersHeightSizeModeChanged | 引发 ColumnHeadersHeightSizeModeChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnMinimumWidthChanged | 引发 ColumnMinimumWidthChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnNameChanged | 引发 ColumnNameChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnRemoved | 引发 ColumnRemoved 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnSortModeChanged | 引发 ColumnSortModeChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnStateChanged | 引发 ColumnStateChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnToolTipTextChanged | 引发 ColumnToolTipTextChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnColumnWidthChanged | 引发 ColumnWidthChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnContextMenuChanged | 引发 ContextMenuChanged 事件。 (继承自 Control。) | 
| .gif) | OnContextMenuStripChanged | 引发 ContextMenuStripChanged 事件。 (继承自 Control。) | 
| .gif) | OnControlAdded | 引发 ControlAdded 事件。 (继承自 Control。) | 
| .gif) | OnControlRemoved | 引发 ControlRemoved 事件。 (继承自 Control。) | 
| .gif) | OnCreateControl | 引发 CreateControl 方法。 (继承自 Control。) | 
| .gif) | OnCurrentCellChanged | 引发 CurrentCellChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnCurrentCellDirtyStateChanged | 引发 CurrentCellDirtyStateChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnCursorChanged | 如果光标在用户代码中更改,将会引发 CursorChanged 事件并更新 UserSetCursor 属性。 (继承自 DataGridView。) | 
| .gif) | OnDataBindingComplete | 引发 DataBindingComplete 事件。 (继承自 DataGridView。) | 
| .gif) | OnDataError | 引发 DataError 事件。 (继承自 DataGridView。) | 
| .gif) | OnDataMemberChanged | 引发 DataMemberChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnDataSourceChanged | 引发 DataSourceChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnDefaultCellStyleChanged | 引发 DefaultCellStyleChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnDefaultValuesNeeded | 引发 DefaultValuesNeeded 事件。 (继承自 DataGridView。) | 
| .gif) | OnDockChanged | 引发 DockChanged 事件。 (继承自 Control。) | 
| .gif) | OnDoubleClick | 引发 DoubleClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnDragDrop | 引发 DragDrop 事件。 (继承自 Control。) | 
| .gif) | OnDragEnter | 引发 DragEnter 事件。 (继承自 Control。) | 
| .gif) | OnDragLeave | 引发 DragLeave 事件。 (继承自 Control。) | 
| .gif) | OnDragOver | 引发 DragOver 事件。 (继承自 Control。) | 
| .gif) | OnEditingControlShowing | 引发 EditingControlShowing 事件。 (继承自 DataGridView。) | 
| .gif) | OnEditModeChanged | 引发 EditModeChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnEnabledChanged | 引发 EnabledChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnEnter | 引发 Enter 事件。 (继承自 DataGridView。) | 
| .gif) | OnFontChanged | 引发 FontChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnForeColorChanged | 引发 ForeColorChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnGiveFeedback | 引发 GiveFeedback 事件。 (继承自 Control。) | 
| .gif) | OnGotFocus | 引发 GotFocus 事件。 (继承自 DataGridView。) | 
| .gif) | OnGridColorChanged | 引发 GridColorChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnHandleCreated | 引发 HandleCreated 事件。 (继承自 DataGridView。) | 
| .gif) | OnHandleDestroyed | 引发 HandleDestroyed 事件。 (继承自 DataGridView。) | 
| .gif) | OnHelpRequested | 引发 HelpRequested 事件。 (继承自 Control。) | 
| .gif) | OnImeModeChanged | 引发 ImeModeChanged 事件。 (继承自 Control。) | 
| .gif) | OnInvalidated | 引发 Invalidated 事件。 (继承自 Control。) | 
| .gif) | OnKeyDown | 引发 KeyDown 事件。 (继承自 DataGridView。) | 
| .gif) | OnKeyPress | 引发 KeyPress 事件。 (继承自 DataGridView。) | 
| .gif) | OnKeyUp | 引发 KeyUp 事件。 (继承自 DataGridView。) | 
| .gif) | OnLayout | 引发 Layout 事件。 (继承自 DataGridView。) | 
| .gif) | OnLeave | 引发 Leave 事件。 (继承自 DataGridView。) | 
| .gif) | OnLocationChanged | 引发 LocationChanged 事件。 (继承自 Control。) | 
| .gif) | OnLostFocus | 引发 LostFocus 事件。 (继承自 DataGridView。) | 
| .gif) | OnMarginChanged | 引发 MarginChanged 事件。 (继承自 Control。) | 
| .gif) | OnMouseCaptureChanged | 引发 MouseCaptureChanged 事件。 (继承自 Control。) | 
| .gif) | OnMouseClick | 引发 MouseClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnMouseDoubleClick | 引发 MouseDoubleClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnMouseDown | 引发 MouseDown 事件。 (继承自 DataGridView。) | 
| .gif) | OnMouseEnter | 引发 MouseEnter 事件。 (继承自 DataGridView。) | 
| .gif) | OnMouseHover | 引发 MouseHover 事件。 (继承自 Control。) | 
| .gif) | OnMouseLeave | 引发 MouseLeave 事件。 (继承自 DataGridView。) | 
| .gif) | OnMouseMove | 引发 MouseMove 事件。 (继承自 DataGridView。) | 
| .gif) | OnMouseUp | 引发 MouseUp 事件。 (继承自 DataGridView。) | 
| .gif) | OnMouseWheel | 引发 MouseWheel 事件。 (继承自 DataGridView。) | 
| .gif) | OnMove | 引发 Move 事件。 (继承自 Control。) | 
| .gif) | OnMultiSelectChanged | 引发 MultiSelectChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnNewRowNeeded | 引发 NewRowNeeded 事件。 (继承自 DataGridView。) | 
| .gif) | OnNotifyMessage | 向控件通知 Windows 消息。 (继承自 Control。) | 
| .gif) | OnPaddingChanged | 引发 PaddingChanged 事件。 (继承自 Control。) | 
| .gif) | OnPaint | 引发 Paint 事件。 (继承自 DataGridView。) | 
| .gif) | OnPaintBackground | 绘制控件的背景。 (继承自 Control。) | 
| .gif) | OnParentBackColorChanged | 当控件容器的 BackColor 属性值更改时,将引发 BackColorChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentBackgroundImageChanged | 当控件容器的 BackgroundImage 属性值更改时,将引发 BackgroundImageChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentBindingContextChanged | 当控件容器的 BindingContext 属性值更改时,将引发 BindingContextChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentChanged | 引发 ParentChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentCursorChanged | 引发 CursorChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentEnabledChanged | 当控件容器的 Enabled 属性值更改时,将引发 EnabledChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentFontChanged | 当控件容器的 Font 属性值更改时,将引发 FontChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentForeColorChanged | 当控件容器的 ForeColor 属性值更改时,将引发 ForeColorChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentRightToLeftChanged | 当控件容器的 RightToLeft 属性值更改时,将引发 RightToLeftChanged 事件。 (继承自 Control。) | 
| .gif) | OnParentVisibleChanged | 当控件容器的 Visible 属性值更改时,将引发 VisibleChanged 事件。 (继承自 Control。) | 
| .gif) | OnPreviewKeyDown | 引发 PreviewKeyDown 事件。 (继承自 Control。) | 
| .gif) | OnPrint | 引发 Paint 事件。 (继承自 Control。) | 
| .gif) | OnQueryContinueDrag | 引发 QueryContinueDrag 事件。 (继承自 Control。) | 
| .gif) | OnReadOnlyChanged | 引发 ReadOnlyChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRegionChanged | 引发 RegionChanged 事件。 (继承自 Control。) | 
| .gif) | OnResize | 引发 Resize 事件。 (继承自 DataGridView。) | 
| .gif) | OnRightToLeftChanged | 引发 RightToLeftChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowContextMenuStripChanged | 引发 RowContextMenuStripChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowContextMenuStripNeeded | 引发 RowContextMenuStripNeeded 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowDefaultCellStyleChanged | 引发 RowDefaultCellStyleChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowDirtyStateNeeded | 引发 RowDirtyStateNeeded 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowDividerDoubleClick | 引发 RowDividerDoubleClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowDividerHeightChanged | 引发 RowDividerHeightChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowEnter | 引发 RowEnter 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowErrorTextChanged | 引发 RowErrorTextChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowErrorTextNeeded | 引发 RowErrorTextNeeded 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowHeaderCellChanged | 引发 RowHeaderCellChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowHeaderMouseClick | 引发 RowHeaderMouseClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowHeaderMouseDoubleClick | 引发 RowHeaderMouseDoubleClick 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowHeadersBorderStyleChanged | 引发 RowHeadersBorderStyleChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowHeadersDefaultCellStyleChanged | 引发 RowHeadersDefaultCellStyleChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowHeadersWidthChanged | 引发 RowHeadersWidthChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowHeadersWidthSizeModeChanged | 引发 RowHeadersWidthSizeModeChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowHeightChanged | 引发 RowHeightChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowHeightInfoNeeded | 引发 RowHeightInfoNeeded 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowHeightInfoPushed | 引发 RowHeightInfoPushed 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowLeave | 引发 RowLeave 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowMinimumHeightChanged | 引发 RowMinimumHeightChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowPostPaint | 引发 RowPostPaint 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowPrePaint | 引发 RowPrePaint 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowsAdded | 引发 RowsAdded 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowsDefaultCellStyleChanged | 引发 RowsDefaultCellStyleChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowsRemoved | 引发 RowsRemoved 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowStateChanged | 引发 RowStateChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowUnshared | 引发 RowUnshared 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowValidated | 引发 RowValidated 事件。 (继承自 DataGridView。) | 
| .gif) | OnRowValidating | 引发 RowValidating 事件。 (继承自 DataGridView。) | 
| .gif) | OnScroll | 引发 Scroll 事件。 (继承自 DataGridView。) | 
| .gif) | OnSelectionChanged | 引发 SelectionChanged 事件。 (继承自 DataGridView。) | 
| .gif) | OnSizeChanged | 引发 SizeChanged 事件。 (继承自 Control。) | 
| .gif) | OnSortCompare | 引发 SortCompare 事件。 (继承自 DataGridView。) | 
| .gif) | OnSorted | 引发 Sorted 事件。 (继承自 DataGridView。) | 
| .gif) | OnStyleChanged | 引发 StyleChanged 事件。 (继承自 Control。) | 
| .gif) | OnSystemColorsChanged | 引发 SystemColorsChanged 事件。 (继承自 Control。) | 
| .gif) | OnTabIndexChanged | 引发 TabIndexChanged 事件。 (继承自 Control。) | 
| .gif) | OnTabStopChanged | 引发 TabStopChanged 事件。 (继承自 Control。) | 
| .gif) | OnTextChanged | 引发 TextChanged 事件。 (继承自 Control。) | 
| .gif) | OnUserAddedRow | 引发 UserAddedRow 事件。 (继承自 DataGridView。) | 
| .gif) | OnUserDeletedRow | 引发 UserDeletedRow 事件。 (继承自 DataGridView。) | 
| .gif) | OnUserDeletingRow | 引发 UserDeletingRow 事件。 (继承自 DataGridView。) | 
| .gif) | OnValidated | 引发 Validated 事件。 (继承自 Control。) | 
| .gif) | OnValidating | 引发 Validating 事件。 (继承自 DataGridView。) | 
| .gif) | OnVisibleChanged | 引发 VisibleChanged 事件。 (继承自 DataGridView。) | 
| .gif) | PaintBackground | 绘制 DataGridView 的背景。 (继承自 DataGridView。) | 
| .gif) | PerformLayout() | 强制控件将布局逻辑应用于其所有子控件。 (继承自 Control。) | 
| .gif) | PerformLayout(Control, String) | 强制控件将布局逻辑应用于其所有子控件。 (继承自 Control。) | 
| .gif) | PointToClient | 将指定屏幕点的位置计算成工作区坐标。 (继承自 Control。) | 
| .gif) | PointToScreen | 将指定工作区点的位置计算成屏幕坐标。 (继承自 Control。) | 
| .gif) | PreProcessControlMessage | 在调度键盘或输入消息之前,在消息循环内对它们进行预处理。 (继承自 Control。) | 
| .gif) | PreProcessMessage | 在调度键盘或输入消息之前,在消息循环内对它们进行预处理。 (继承自 Control。) | 
| .gif) | ProcessAKey | 处理 A 键。 (继承自 DataGridView。) | 
| .gif) | ProcessCmdKey | 处理命令键。 (继承自 Control。) | 
| .gif) | ProcessDataGridViewKey | 处理用于在 DataGridView 中导航的键。 (继承自 DataGridView。) | 
| .gif) | ProcessDeleteKey | 处理 Delete 键。 (继承自 DataGridView。) | 
| .gif) | ProcessDialogChar | 处理对话框字符。 (继承自 Control。) | 
| .gif) | ProcessDialogKey | 处理用来控制对话框的键,例如 Tab、Esc、Enter 和箭头键。 (继承自 DataGridView。) | 
| .gif) | ProcessDownKey | 处理向下键。 (继承自 DataGridView。) | 
| .gif) | ProcessEndKey | 处理 End 键。 (继承自 DataGridView。) | 
| .gif) | ProcessEnterKey | 处理 Enter 键。 (继承自 DataGridView。) | 
| .gif) | ProcessEscapeKey | 处理 Esc 键。 (继承自 DataGridView。) | 
| .gif) | ProcessF2Key | 处理 F2 键。 (继承自 DataGridView。) | 
| .gif) | ProcessHomeKey | 处理 Home 键。 (继承自 DataGridView。) | 
| .gif) | ProcessInsertKey | 处理 Insert 键。 (继承自 DataGridView。) | 
| .gif) | ProcessKeyEventArgs | 处理键消息并生成适当的控件事件。 (继承自 DataGridView。) | 
| .gif) | ProcessKeyMessage | 处理键盘消息。 (继承自 Control。) | 
| .gif) | ProcessKeyPreview | 预览键盘消息。 (继承自 DataGridView。) | 
| .gif) | ProcessLeftKey | 处理向左键。 (继承自 DataGridView。) | 
| .gif) | ProcessMnemonic | 处理助记键字符。 (继承自 Control。) | 
| .gif) | ProcessNextKey | 处理 Page Down 键。 (继承自 DataGridView。) | 
| .gif) | ProcessPriorKey | 处理 Page Up 键。 (继承自 DataGridView。) | 
| .gif) | ProcessRightKey | 处理向右键。 (继承自 DataGridView。) | 
| .gif) | ProcessSpaceKey | 处理空格键。 (继承自 DataGridView。) | 
| .gif) | ProcessTabKey | 处理 Tab 键。 (继承自 DataGridView。) | 
| .gif) | ProcessUpKey | 处理向上键。 (继承自 DataGridView。) | 
| .gif) | ProcessZeroKey | 处理 0 键。 (继承自 DataGridView。) | 
| .gif) | RaiseDragEvent | 基础结构。引发适当的拖动事件。 (继承自 Control。) | 
| .gif) | RaiseKeyEvent | 基础结构。引发适当的键事件。 (继承自 Control。) | 
| .gif) | RaiseMouseEvent | 基础结构。引发适当的鼠标事件。 (继承自 Control。) | 
| .gif) | RaisePaintEvent | 基础结构。引发适当的绘画事件。 (继承自 Control。) | 
| .gif) | RecreateHandle | 强制为控件重新创建句柄。 (继承自 Control。) | 
| .gif) | RectangleToClient | 计算指定屏幕矩形的大小和位置(以工作区坐标表示)。 (继承自 Control。) | 
| .gif) | RectangleToScreen | 计算指定工作区矩形的大小和位置(以屏幕坐标表示)。 (继承自 Control。) | 
| .gif) | Refresh | 强制控件使其工作区无效并立即重绘自己和任何子控件。 (继承自 Control。) | 
| .gif) | RefreshEdit | 当前单元格在处于编辑模式时,用基础单元格的值刷新当前单元格的值会丢弃以前的任何值。 (继承自 DataGridView。) | 
| .gif) | ResetBackColor | 将 BackColor 属性重置为其默认值。 (继承自 Control。) | 
| .gif) | ResetBindings | 使绑定到 BindingSource 的控件重新读取列表中的所有项,并刷新这些项的显示值。 (继承自 Control。) | 
| .gif) | ResetCursor | 将 Cursor 属性重置为其默认值。 (继承自 Control。) | 
| .gif) | ResetFont | 将 Font 属性重置为其默认值。 (继承自 Control。) | 
| .gif) | ResetForeColor | 将 ForeColor 属性重置为其默认值。 (继承自 Control。) | 
| .gif) | ResetImeMode | 将 ImeMode 属性重置为其默认值。 (继承自 Control。) | 
| .gif) | ResetMouseEventArgs | 基础结构。重置控件以处理 MouseLeave 事件。 (继承自 Control。) | 
| .gif) | ResetRightToLeft | 将 RightToLeft 属性重置为其默认值。 (继承自 Control。) | 
| .gif) | ResetText | 基础结构。将 Text 属性重置为其默认值。 (继承自 DataGridView。) | 
| .gif) | ResumeLayout() | 恢复正常的布局逻辑。 (继承自 Control。) | 
| .gif) | ResumeLayout(Boolean) | 恢复正常的布局逻辑,可以选择强制对挂起的布局请求立即进行布局。 (继承自 Control。) | 
| .gif) | RtlTranslateAlignment(HorizontalAlignment) | 将指定的 HorizontalAlignment 转换为相应的 HorizontalAlignment 以支持从右向左的文本。 (继承自 Control。) | 
| .gif) | RtlTranslateAlignment(LeftRightAlignment) | 将指定的 LeftRightAlignment 转换为相应的 LeftRightAlignment 以支持从右向左的文本。 (继承自 Control。) | 
| .gif) | RtlTranslateAlignment(ContentAlignment) | 将指定的 ContentAlignment 转换为相应的 ContentAlignment 以支持从右向左的文本。 (继承自 Control。) | 
| .gif) | RtlTranslateContent | 将指定的 ContentAlignment 转换为相应的 ContentAlignment 以支持从右向左的文本。 (继承自 Control。) | 
| .gif) | RtlTranslateHorizontal | 将指定的 HorizontalAlignment 转换为相应的 HorizontalAlignment 以支持从右向左的文本。 (继承自 Control。) | 
| .gif) | RtlTranslateLeftRight | 将指定的 LeftRightAlignment 转换为相应的 LeftRightAlignment 以支持从右向左的文本。 (继承自 Control。) | 
| .gif) | Scale(Single) | 已过时。缩放控件和任何子控件。 (继承自 Control。) | 
| .gif) | Scale(SizeF) | 按指定的比例因子缩放控件和所有子控件。 (继承自 Control。) | 
| .gif) | Scale(Single, Single) | 已过时。缩放整个控件和任何子控件。 (继承自 Control。) | 
| .gif) | ScaleControl | 缩放控件的位置、大小、空白和边距。 (继承自 Control。) | 
| .gif) | ScaleCore | 基础结构。此方法与此类无关。 (继承自 Control。) | 
| .gif) | Select() | 激活控件。 (继承自 Control。) | 
| .gif) | Select(Object) | 选择 DataGridView。 | 
| .gif) | Select(Boolean, Boolean) | 激活子控件。还可以指定从中选择控件的 Tab 键顺序的方向。 (继承自 Control。) | 
| .gif) | SelectAll | 选择 DataGridView 中的所有单元格。 (继承自 DataGridView。) | 
| .gif) | SelectNextControl | 激活下一个控件。 (继承自 Control。) | 
| .gif) | SendToBack | 将 DataGridView 置于 Z 顺序的底层。 | 
| .gif) | SetAutoSizeMode | 设置一个值,该值指示当启用控件的 AutoSize 属性时控件的行为方式。 (继承自 Control。) | 
| .gif) | SetBounds(Int32, Int32, Int32, Int32) | 基础结构。 | 
| .gif) | SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) | 基础结构。 | 
| .gif) | SetBoundsCore | 此成员重写 Control.SetBoundsCore。 (继承自 DataGridView。) | 
| .gif) | SetClientSizeCore | 设置控件的工作区的大小。 (继承自 Control。) | 
| .gif) | SetCurrentCellAddressCore | 设置当前处于活动状态的单元格。 (继承自 DataGridView。) | 
| .gif) | SetSelectedCellCore | 更改具有指定的行索引和列索引的单元格的选择状态。 (继承自 DataGridView。) | 
| .gif) | SetSelectedColumnCore | 更改具有指定索引的列的选择状态。 (继承自 DataGridView。) | 
| .gif) | SetSelectedRowCore | 更改具有指定索引的行的选择状态。 (继承自 DataGridView。) | 
| .gif) | SetStyle | 将指定的 ControlStyles 标志设置为 true 或 false。 (继承自 Control。) | 
| .gif) | SetTopLevel | 将控件设置为顶级控件。 (继承自 Control。) | 
| .gif) | SetVisibleCore | 将 DataGridView 设置为指定的可见状态。 (重写 Control.SetVisibleCore(Boolean)。) | 
| .gif) | Show | 向用户显示控件。 (继承自 Control。) | 
| .gif) | SizeFromClientSize | 确定整个控件(从控件工作区的高度和宽度起计算)的大小。 (继承自 Control。) | 
| .gif) | Sort(IComparer) | 使用 IComparer 接口的实现来对 DataGridView 控件的内容进行排序。 (继承自 DataGridView。) | 
| .gif) | Sort(DataGridViewColumn, ListSortDirection) | 基于指定列的内容,按升序或降序对 DataGridView 控件的内容进行排序。 (继承自 DataGridView。) | 
| .gif) | SuspendLayout | 临时挂起控件的布局逻辑。 (继承自 Control。) | 
| .gif) | ToString | 返回包含 Component 的名称的 String(如果有)。不应重写此方法。 (继承自 Component。) | 
| .gif) | Update | 基础结构。 | 
| .gif) | UpdateBounds() | 用当前大小和位置更新控件的边界。 (继承自 Control。) | 
| .gif) | UpdateBounds(Int32, Int32, Int32, Int32) | 用指定大小和位置更新控件的边界。 (继承自 Control。) | 
| .gif) | UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) | 用指定大小、位置和工作区的大小更新控件的边界。 (继承自 Control。) | 
| .gif) | UpdateCellErrorText | 强制指定位置的单元格更新其错误文本。 (继承自 DataGridView。) | 
| .gif) | UpdateCellValue | 强制该控件基于它的新值更新在指定位置显示的单元格,并应用当前有效的任何自动调整大小模式。 (继承自 DataGridView。) | 
| .gif) | UpdateRowErrorText(Int32) | 强制给定行索引处的行更新其错误文本。 (继承自 DataGridView。) | 
| .gif) | UpdateRowErrorText(Int32, Int32) | 强制给定范围中的行更新其错误文本。 (继承自 DataGridView。) | 
| .gif) | UpdateRowHeightInfo | 强制指定的一行或多行更新其高度信息。 (继承自 DataGridView。) | 
| .gif) | UpdateStyles | 强制将分配的样式重新应用到控件。 (继承自 Control。) | 
| .gif) | UpdateZOrder | 按控件的父级的 Z 顺序更新控件。 (继承自 Control。) | 
| .gif) | WndProc | 处理窗口消息。 (继承自 DataGridView。) |