Spread Windows Forms 9.0 Product Documentation
SymbolDataGridView Class Members
Properties  Methods  Events


The following tables list the members exposed by SymbolDataGridView.

Public Constructors
 NameDescription
Public ConstructorSymbolDataGridView ConstructorCreate a new SymbolDataGridView.  
Top
Public Properties
 NameDescription
Public PropertyAccessibilityObjectGets the System.Windows.Forms.AccessibleObject assigned to the control. (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleDefaultActionDescriptionGets or sets the default action description of the control for use by accessibility client applications. (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleNameGets or sets the name of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleRoleGets or sets the accessible role of the control (Inherited from System.Windows.Forms.Control)
Public PropertyAdjustedTopLeftHeaderBorderStyleGets the border style for the upper-left cell in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyAdvancedCellBorderStyleGets the border style of the cells in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyAdvancedColumnHeadersBorderStyleGets the border style of the column header cells in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyAdvancedRowHeadersBorderStyleGets the border style of the row header cells in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyAllowDropGets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from System.Windows.Forms.Control)
Public PropertyAllowUserToAddRowsGets or sets a value indicating whether the option to add rows is displayed to the user. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyAllowUserToDeleteRowsGets or sets a value indicating whether the user is allowed to delete rows from the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyAllowUserToOrderColumnsGets or sets a value indicating whether manual column repositioning is enabled. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyAllowUserToResizeColumnsGets or sets a value indicating whether users can resize columns. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyAllowUserToResizeRowsGets or sets a value indicating whether users can resize rows. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyAlternatingRowsDefaultCellStyleGets or sets the default cell style applied to odd-numbered rows of the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyAnchorGets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
Public PropertyAutoGenerateColumnsGets or sets a value indicating whether columns are created automatically when the System.Windows.Forms.DataGridView.DataSource or System.Windows.Forms.DataGridView.DataMember properties are set. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyAutoScrollOffsetGets or sets where this control is scrolled to in System.Windows.Forms.ScrollableControl.ScrollControlIntoView(System.Windows.Forms.Control). (Inherited from System.Windows.Forms.Control)
Public PropertyAutoSize (Inherited from System.Windows.Forms.DataGridView)
Public PropertyAutoSizeColumnsModeGets or sets a value indicating how column widths are determined. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyAutoSizeRowsModeGets or sets a value indicating how row heights are determined. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyBackgroundColorGets or sets the background color of the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyBindingContextGets or sets the System.Windows.Forms.BindingContext for the control. (Inherited from System.Windows.Forms.Control)
Public PropertyBorderStyleGets or sets the border style for the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyBottomGets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (Inherited from System.Windows.Forms.Control)
Public PropertyBoundsGets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Inherited from System.Windows.Forms.Control)
Public PropertyCanFocusGets a value indicating whether the control can receive focus. (Inherited from System.Windows.Forms.Control)
Public PropertyCanSelectGets a value indicating whether the control can be selected. (Inherited from System.Windows.Forms.Control)
Public PropertyCaptureGets or sets a value indicating whether the control has captured the mouse. (Inherited from System.Windows.Forms.Control)
Public PropertyCausesValidationGets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Inherited from System.Windows.Forms.Control)
Public PropertyCellBorderStyleGets the cell border style for the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyClientRectangleGets the rectangle that represents the client area of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyClientSizeGets or sets the height and width of the client area of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyClipboardCopyModeGets or sets a value that indicates whether users can copy cell text values to the System.Windows.Forms.Clipboard and whether row and column header text is included. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyColumnCountGets or sets the number of columns displayed in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyColumnHeadersBorderStyleGets the border style applied to the column headers. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyColumnHeadersDefaultCellStyleGets or sets the default column header style. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyColumnHeadersHeightGets or sets the height, in pixels, of the column headers row (Inherited from System.Windows.Forms.DataGridView)
Public PropertyColumnHeadersHeightSizeModeGets or sets a value indicating whether the height of the column headers is adjustable and whether it can be adjusted by the user or is automatically adjusted to fit the contents of the headers. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyColumnHeadersVisibleGets or sets a value indicating whether the column header row is displayed. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyColumnsGets a collection that contains all the columns in the control. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyCompanyNameGets the name of the company or creator of the application containing the control. (Inherited from System.Windows.Forms.Control)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyContainsFocusGets a value indicating whether the control, or one of its child controls, currently has the input focus. (Inherited from System.Windows.Forms.Control)
Public PropertyContextMenuGets or sets the shortcut menu associated with the control. (Inherited from System.Windows.Forms.Control)
Public PropertyContextMenuStripGets or sets the System.Windows.Forms.ContextMenuStrip associated with this control. (Inherited from System.Windows.Forms.Control)
Public PropertyControlsGets the collection of controls contained within the control. (Inherited from System.Windows.Forms.Control)
Public PropertyCreatedGets a value indicating whether the control has been created. (Inherited from System.Windows.Forms.Control)
Public PropertyCurrentCellGets or sets the currently active cell. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyCurrentCellAddressGets the row and column indexes of the currently active cell. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyCurrentRowGets the row containing the current cell. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyCursorGets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from System.Windows.Forms.Control)
Public PropertyDataBindingsGets the data bindings for the control. (Inherited from System.Windows.Forms.Control)
Public PropertyDataMemberGets or sets the name of the list or table in the data source for which the System.Windows.Forms.DataGridView is displaying data. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyDataSourceGets or sets the data source that the System.Windows.Forms.DataGridView is displaying data for. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyDefaultCellStyleGets or sets the default cell style to be applied to the cells in the System.Windows.Forms.DataGridView if no other cell style properties are set. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyDisplayRectangleGets the rectangle that represents the display area of the control. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyDisposingGets a value indicating whether the base System.Windows.Forms.Control class is in the process of disposing. (Inherited from System.Windows.Forms.Control)
Public PropertyDockGets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
Public PropertyEditingControlGets the control hosted by the current cell, if a cell with an editing control is in edit mode. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyEditingPanelGets the panel that contains the System.Windows.Forms.DataGridView.EditingControl. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyEditModeGets or sets a value indicating how to begin editing a cell. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyEnabledGets or sets a value indicating whether the control can respond to user interaction. (Inherited from System.Windows.Forms.Control)
Public PropertyEnableHeadersVisualStylesGets or sets a value indicating whether row and column headers use the visual styles of the user's current theme if visual styles are enabled for the application. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyFirstDisplayedCellGets or sets the first cell currently displayed in the System.Windows.Forms.DataGridView; typically, this cell is in the upper left corner. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyFirstDisplayedScrollingColumnHiddenWidthGets the width of the portion of the column that is currently scrolled out of view.. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyFirstDisplayedScrollingColumnIndexGets or sets the index of the column that is the first column displayed on the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyFirstDisplayedScrollingRowIndexGets or sets the index of the row that is the first row displayed on the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyFocusedGets a value indicating whether the control has input focus. (Inherited from System.Windows.Forms.Control)
Public PropertyFontGets or sets the font of the text displayed by the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyForeColorGets or sets the foreground color of the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyGridColorGets or sets the color of the grid lines separating the cells of the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyHandleGets the window handle that the control is bound to. (Inherited from System.Windows.Forms.Control)
Public PropertyHasChildrenGets a value indicating whether the control contains one or more child controls. (Inherited from System.Windows.Forms.Control)
Public PropertyHeightGets or sets the height of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyHorizontalScrollingOffsetGets or sets the number of pixels by which the control is scrolled horizontally. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyImeModeGets or sets the Input Method Editor (IME) mode of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyInvokeRequiredGets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (Inherited from System.Windows.Forms.Control)
Public PropertyIsAccessibleGets or sets a value indicating whether the control is visible to accessibility applications. (Inherited from System.Windows.Forms.Control)
Public PropertyIsCurrentCellDirtyGets a value indicating whether the current cell has uncommitted changes. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyIsCurrentCellInEditModeGets a value indicating whether the currently active cell is being edited. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyIsCurrentRowDirtyGets a value indicating whether the current row has uncommitted changes. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyIsDisposedGets a value indicating whether the control has been disposed of. (Inherited from System.Windows.Forms.Control)
Public PropertyIsHandleCreatedGets a value indicating whether the control has a handle associated with it. (Inherited from System.Windows.Forms.Control)
Public PropertyIsMirroredGets a value indicating whether the control is mirrored. (Inherited from System.Windows.Forms.Control)
Public PropertyItemOverloaded. Provides an indexer to get or set the cell located at the intersection of the column and row with the specified indexes. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyLayoutEngineGets a cached instance of the control's layout engine. (Inherited from System.Windows.Forms.Control)
Public PropertyLeftGets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (Inherited from System.Windows.Forms.Control)
Public PropertyLocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from System.Windows.Forms.Control)
Public PropertyMarginGets or sets the space between controls. (Inherited from System.Windows.Forms.Control)
Public PropertyMaximumSizeGets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
Public PropertyMinimumSizeGets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
Public PropertyMultiSelectGets or sets a value indicating whether the user is allowed to select more than one cell, row, or column of the System.Windows.Forms.DataGridView at a time. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyNameGets or sets the name of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyNewRowIndexGets the index of the row for new records. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyParentGets or sets the parent container of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyPreferredSizeGets the size of a rectangular area into which the control can fit. (Inherited from System.Windows.Forms.Control)
Public PropertyProductNameGets the product name of the assembly containing the control. (Inherited from System.Windows.Forms.Control)
Public PropertyProductVersionGets the version of the assembly containing the control. (Inherited from System.Windows.Forms.Control)
Public PropertyReadOnlyGets or sets a value indicating whether the user can edit the cells of the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyRecreatingHandleGets a value indicating whether the control is currently re-creating its handle. (Inherited from System.Windows.Forms.Control)
Public PropertyRegionGets or sets the window region associated with the control. (Inherited from System.Windows.Forms.Control)
Public PropertyRightGets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (Inherited from System.Windows.Forms.Control)
Public PropertyRightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from System.Windows.Forms.Control)
Public PropertyRowCountGets or sets the number of rows displayed in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyRowHeadersBorderStyleGets or sets the border style of the row header cells. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyRowHeadersDefaultCellStyleGets or sets the default style applied to the row header cells. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyRowHeadersVisibleGets or sets a value indicating whether the column that contains row headers is displayed. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyRowHeadersWidthGets or sets the width, in pixels, of the column that contains the row headers. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyRowHeadersWidthSizeModeGets or sets a value indicating whether the width of the row headers is adjustable and whether it can be adjusted by the user or is automatically adjusted to fit the contents of the headers. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyRowsGets a collection that contains all the rows in the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyRowsDefaultCellStyleGets or sets the default style applied to the row cells of the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyRowTemplateGets or sets the row that represents the template for all the rows in the control. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyScrollBarsGets or sets the type of scroll bars to display for the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridView)
Public PropertySelectedCellsGets the collection of cells selected by the user. (Inherited from System.Windows.Forms.DataGridView)
Public PropertySelectedColumnsGets the collection of columns selected by the user. (Inherited from System.Windows.Forms.DataGridView)
Public PropertySelectedRowsGets the collection of rows selected by the user. (Inherited from System.Windows.Forms.DataGridView)
Public PropertySelectionModeGets or sets a value indicating how the cells of the System.Windows.Forms.DataGridView can be selected. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyShowCellErrorsGets or sets a value indicating whether to show cell errors. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyShowCellToolTipsGets or sets a value indicating whether or not ToolTips will show when the mouse pointer pauses on a cell. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyShowEditingIconGets or sets a value indicating whether or not the editing glyph is visible in the row header of the cell being edited. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyShowRowErrorsGets or sets a value indicating whether row headers will display error glyphs for each row that contains a data entry error. (Inherited from System.Windows.Forms.DataGridView)
Public PropertySiteGets or sets the site of the control. (Inherited from System.Windows.Forms.Control)
Public PropertySizeGets or sets the height and width of the control. (Inherited from System.Windows.Forms.Control)
Public PropertySortedColumnGets the column by which the System.Windows.Forms.DataGridView contents are currently sorted. (Inherited from System.Windows.Forms.DataGridView)
Public PropertySortOrderGets a value indicating whether the items in the System.Windows.Forms.DataGridView control are sorted in ascending or descending order, or are not sorted. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyStandardTabGets or sets a value indicating whether the TAB key moves the focus to the next control in the tab order rather than moving focus to the next cell in the control. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyTabIndexGets or sets the tab order of the control within its container. (Inherited from System.Windows.Forms.Control)
Public PropertyTabStopGets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from System.Windows.Forms.Control)
Public PropertyTagGets or sets the object that contains data about the control. (Inherited from System.Windows.Forms.Control)
Public PropertyTopGets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (Inherited from System.Windows.Forms.Control)
Public PropertyTopLeftHeaderCellGets or sets the header cell located in the upper left corner of the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyTopLevelControlGets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost System.Windows.Forms.Form that the control is contained in. (Inherited from System.Windows.Forms.Control)
Public PropertyUserSetCursorGets the default or user-specified value of the System.Windows.Forms.Control.Cursor property. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyUseWaitCursorGets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from System.Windows.Forms.Control)
Public PropertyVerticalScrollingOffsetGets the number of pixels by which the control is scrolled vertically. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyVirtualModeGets or sets a value indicating whether you have provided your own data-management operations for the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridView)
Public PropertyVisibleGets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from System.Windows.Forms.Control)
Public PropertyWidthGets or sets the width of the control. (Inherited from System.Windows.Forms.Control)
Top
Protected Properties
 NameDescription
Protected PropertyCanEnableImeGets a value indicating whether the System.Windows.Forms.Control.ImeMode property can be set to an active value, to enable IME support. (Inherited from System.Windows.Forms.DataGridView)
Protected PropertyCanRaiseEventsDetermines if events can be raised on the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyCreateParamsGets the required creation parameters when the control handle is created. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultCursorGets or sets the default cursor for the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultImeModeGets the default Input Method Editor (IME) mode supported by the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultMarginGets the space, in pixels, that is specified by default between controls. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultMaximumSizeGets the length and height, in pixels, that is specified as the default maximum size of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultMinimumSizeGets the length and height, in pixels, that is specified as the default minimum size of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultPaddingGets the internal spacing, in pixels, of the contents of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultSizeGets the default initial size of the control. (Inherited from System.Windows.Forms.DataGridView)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyDoubleBufferedGets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (Inherited from System.Windows.Forms.Control)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Protected PropertyFontHeightGets or sets the height of the font of the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyHorizontalScrollBarGets the horizontal scroll bar of the control. (Inherited from System.Windows.Forms.DataGridView)
Protected PropertyImeModeBaseGets or sets the IME mode of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyResizeRedrawGets or sets a value indicating whether the control redraws itself when resized. (Inherited from System.Windows.Forms.Control)
Protected PropertyScaleChildrenGets a value that determines the scaling of child controls. (Inherited from System.Windows.Forms.Control)
Protected PropertyVerticalScrollBarGets the vertical scroll bar of the control. (Inherited from System.Windows.Forms.DataGridView)
Top
Public Methods
 NameDescription
Public MethodAdjustColumnHeaderBorderStyleAdjusts the System.Windows.Forms.DataGridViewAdvancedBorderStyle for a column header cell of a System.Windows.Forms.DataGridView that is currently being painted. (Inherited from System.Windows.Forms.DataGridView)
Public MethodAreAllCellsSelectedReturns a value indicating whether all the System.Windows.Forms.DataGridView cells are currently selected. (Inherited from System.Windows.Forms.DataGridView)
Public MethodAutoResizeColumnOverloaded. Adjusts the width of the specified column to fit the contents of all its cells, including the header cell. (Inherited from System.Windows.Forms.DataGridView)
Public MethodAutoResizeColumnHeadersHeightOverloaded. Adjusts the height of the column headers to fit the contents of the largest column header. (Inherited from System.Windows.Forms.DataGridView)
Public MethodAutoResizeColumnsOverloaded. Adjusts the width of all columns to fit the contents of all their cells, including the header cells. (Inherited from System.Windows.Forms.DataGridView)
Public MethodAutoResizeRowOverloaded. Adjusts the height of the specified row to fit the contents of all its cells including the header cell. (Inherited from System.Windows.Forms.DataGridView)
Public MethodAutoResizeRowHeadersWidthOverloaded. Adjusts the width of the row headers using the specified size mode. (Inherited from System.Windows.Forms.DataGridView)
Public MethodAutoResizeRowsOverloaded. Adjusts the heights of all rows to fit the contents of all their cells, including the header cells. (Inherited from System.Windows.Forms.DataGridView)
Public MethodBeginEditPuts the current cell in edit mode. (Inherited from System.Windows.Forms.DataGridView)
Public MethodBeginInvokeOverloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control)
Public MethodBringToFrontBrings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control)
Public MethodCancelEditCancels edit mode for the currently selected cell and discards any changes. (Inherited from System.Windows.Forms.DataGridView)
Public MethodClearSelectionOverloaded. Clears the current selection by unselecting all selected cells. (Inherited from System.Windows.Forms.DataGridView)
Public MethodCommitEdit (Inherited from System.Windows.Forms.DataGridView)
Public MethodContainsRetrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control)
Public MethodCreateControlForces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control)
Public MethodCreateGraphicsCreates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control)
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisplayedColumnCountReturns the number of columns displayed to the user. (Inherited from System.Windows.Forms.DataGridView)
Public MethodDisplayedRowCountReturns the number of rows displayed to the user. (Inherited from System.Windows.Forms.DataGridView)
Public MethodDisposeOverloaded.  (Inherited from System.Windows.Forms.DataGridView)
Public MethodDoDragDropBegins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control)
Public MethodDrawToBitmapSupports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
Public MethodEndEditOverloaded. Commits and ends the edit operation on the current cell using the default error context. (Inherited from System.Windows.Forms.DataGridView)
Public MethodEndInvokeRetrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control)
Public MethodFindFormRetrieves the form that the control is on. (Inherited from System.Windows.Forms.Control)
Public MethodFocusSets input focus to the control. (Inherited from System.Windows.Forms.Control)
Public MethodGetCellCountGets the number of cells that satisfy the provided filter. (Inherited from System.Windows.Forms.DataGridView)
Public MethodGetCellDisplayRectangleReturns the rectangle that represents the display area for a cell. (Inherited from System.Windows.Forms.DataGridView)
Public MethodGetChildAtPointOverloaded. Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Inherited from System.Windows.Forms.Control)
Public MethodGetClipboardContentRetrieves the formatted values that represent the contents of the selected cells for copying to the System.Windows.Forms.Clipboard. (Inherited from System.Windows.Forms.DataGridView)
Public MethodGetColumnDisplayRectangleReturns the rectangle that represents the display area for a column, as determined by the column index. (Inherited from System.Windows.Forms.DataGridView)
Public MethodGetContainerControlReturns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetNextControlRetrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control)
Public MethodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control)
Public MethodGetRowDisplayRectangleReturns the rectangle that represents the display area for a row, as determined by the row index. (Inherited from System.Windows.Forms.DataGridView)
Public MethodHideConceals the control from the user. (Inherited from System.Windows.Forms.Control)
Public MethodHitTestReturns location information, such as row and column indices, given x- and y-coordinates. (Inherited from System.Windows.Forms.DataGridView)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInvalidateOverloaded. Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Inherited from System.Windows.Forms.Control)
Public MethodInvalidateCellOverloaded. Invalidates the specified cell of the System.Windows.Forms.DataGridView, forcing it to be repainted. (Inherited from System.Windows.Forms.DataGridView)
Public MethodInvalidateColumnInvalidates the specified column of the System.Windows.Forms.DataGridView, forcing it to be repainted. (Inherited from System.Windows.Forms.DataGridView)
Public MethodInvalidateRowInvalidates the specified row of the System.Windows.Forms.DataGridView, forcing it to be repainted. (Inherited from System.Windows.Forms.DataGridView)
Public MethodInvokeOverloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control)
Public MethodNotifyCurrentCellDirtyNotifies the System.Windows.Forms.DataGridView that the current cell has uncommitted changes. (Inherited from System.Windows.Forms.DataGridView)
Public MethodPerformLayoutOverloaded. Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control)
Public MethodPointToClientComputes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodPointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
Public MethodRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodRefreshForces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control)
Public MethodRefreshEditRefreshes the value of the current cell with the underlying cell value when the cell is in edit mode, discarding any previous value. (Inherited from System.Windows.Forms.DataGridView)
Public MethodResumeLayoutOverloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control)
Public MethodScale (Inherited from System.Windows.Forms.Control)
Public MethodSelectOverloaded. Activates the control. (Inherited from System.Windows.Forms.Control)
Public MethodSelectAllSelects all the cells in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public MethodSelectNextControlActivates the next control. (Inherited from System.Windows.Forms.Control)
Public MethodSendToBackSends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control)
Public MethodSetBoundsOverloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control)
Public MethodShowDisplays the control to the user. (Inherited from System.Windows.Forms.Control)
Public MethodSortOverloaded. Sorts the contents of the System.Windows.Forms.DataGridView control in ascending or descending order based on the contents of the specified column. (Inherited from System.Windows.Forms.DataGridView)
Public MethodSuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control)
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodUpdateCauses the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control)
Public MethodUpdateCellErrorTextForces the cell at the specified location to update its error text. (Inherited from System.Windows.Forms.DataGridView)
Public MethodUpdateCellValueForces 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. (Inherited from System.Windows.Forms.DataGridView)
Public MethodUpdateRowErrorTextOverloaded. Forces the row at the given row index to update its error text. (Inherited from System.Windows.Forms.DataGridView)
Public MethodUpdateRowHeightInfoForces the specified row or rows to update their height information. (Inherited from System.Windows.Forms.DataGridView)
Top
Protected Methods
 NameDescription
Protected MethodAccessibilityNotifyCurrentCellChangedNotifies the accessible client applications when a new cell becomes the current cell. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodCreateAccessibilityInstanceCreates a new accessible object for the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodCreateColumnsInstanceCreates and returns a new System.Windows.Forms.DataGridViewColumnCollection. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodCreateControlsInstanceCreates and returns a new System.Windows.Forms.Control.ControlCollection that can be cast to type System.Windows.Forms.DataGridView.DataGridViewControlCollection. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodCreateHandleCreates a handle for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodCreateRowsInstanceCreates and returns a new System.Windows.Forms.DataGridViewRowCollection. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodDefWndProcSends the specified message to the default window procedure. (Inherited from System.Windows.Forms.Control)
Protected MethodDestroyHandleDestroys the handle associated with the control. (Inherited from System.Windows.Forms.Control)
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetAccessibilityObjectById (Inherited from System.Windows.Forms.DataGridView)
Protected MethodGetAutoSizeModeRetrieves a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. (Inherited from System.Windows.Forms.Control)
Protected MethodGetScaledBoundsRetrieves the bounds within which the control is scaled. (Inherited from System.Windows.Forms.Control)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodGetStyleRetrieves the value of the specified control style bit for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodGetTopLevelDetermines if the control is a top-level control. (Inherited from System.Windows.Forms.Control)
Protected MethodInitLayoutCalled after the control has been added to another container. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeGotFocusRaises the System.Windows.Forms.Control.GotFocus event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeLostFocusRaises the System.Windows.Forms.Control.LostFocus event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeOnClickRaises the System.Windows.Forms.Control.Click event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaintRaises the System.Windows.Forms.Control.Paint event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaintBackgroundRaises the PaintBackground event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodIsInputCharDetermines whether a character is an input character that the System.Windows.Forms.DataGridView recognizes. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodIsInputKey (Inherited from System.Windows.Forms.DataGridView)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyInvalidateRaises the System.Windows.Forms.Control.Invalidated event with a specified region of the control to invalidate. (Inherited from System.Windows.Forms.Control)
Protected MethodOnAllowUserToAddRowsChangedRaises the System.Windows.Forms.DataGridView.AllowUserToAddRowsChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAllowUserToDeleteRowsChangedRaises the System.Windows.Forms.DataGridView.AllowUserToDeleteRowsChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAllowUserToOrderColumnsChangedRaises the System.Windows.Forms.DataGridView.AllowUserToOrderColumnsChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAllowUserToResizeColumnsChangedRaises the System.Windows.Forms.DataGridView.AllowUserToResizeColumnsChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAllowUserToResizeRowsChangedRaises the System.Windows.Forms.DataGridView.AllowUserToResizeRowsChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAlternatingRowsDefaultCellStyleChangedRaises the System.Windows.Forms.DataGridView.AlternatingRowsDefaultCellStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAutoGenerateColumnsChangedRaises the System.Windows.Forms.DataGridView.AutoGenerateColumnsChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAutoSizeChangedRaises the System.Windows.Forms.Control.AutoSizeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnAutoSizeColumnModeChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAutoSizeColumnsModeChangedRaises the System.Windows.Forms.DataGridView.AutoSizeColumnsModeChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnAutoSizeRowsModeChangedRaises the System.Windows.Forms.DataGridView.AutoSizeRowsModeChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnBackColorChangedRaises the System.Windows.Forms.Control.BackColorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundColorChangedRaises the System.Windows.Forms.DataGridView.BackgroundColorChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnBackgroundImageChangedRaises the System.Windows.Forms.Control.BackgroundImageChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundImageLayoutChangedRaises the System.Windows.Forms.Control.BackgroundImageLayoutChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBindingContextChangedRaises the System.Windows.Forms.Control.BindingContextChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnBorderStyleChangedRaises the System.Windows.Forms.DataGridView.BorderStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCancelRowEditRaises the System.Windows.Forms.DataGridView.CancelRowEdit event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCausesValidationChangedRaises the System.Windows.Forms.Control.CausesValidationChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnCellBeginEditRaises the System.Windows.Forms.DataGridView.CellBeginEdit event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellBorderStyleChangedRaises the System.Windows.Forms.DataGridView.CellBorderStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellClickRaises the System.Windows.Forms.DataGridView.CellClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellContentClickRaises the System.Windows.Forms.DataGridView.CellContentClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellContentDoubleClickRaises the System.Windows.Forms.DataGridView.CellContentDoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellContextMenuStripChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellContextMenuStripNeeded (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellDoubleClickRaises the System.Windows.Forms.DataGridView.CellDoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellEndEditRaises the System.Windows.Forms.DataGridView.CellEndEdit event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellEnter (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellErrorTextChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellErrorTextNeeded (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellFormatting (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellLeave (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellMouseClickRaises the System.Windows.Forms.DataGridView.CellMouseClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellMouseDoubleClickRaises the System.Windows.Forms.DataGridView.CellMouseDoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellMouseDown (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellMouseEnterRaises the System.Windows.Forms.DataGridView.CellMouseEnter event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellMouseLeaveRaises the System.Windows.Forms.DataGridView.CellMouseLeave event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellMouseMoveRaises the System.Windows.Forms.DataGridView.CellMouseMove event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellMouseUpRaises the System.Windows.Forms.DataGridView.CellMouseUp event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellParsing (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellStateChangedRaises the System.Windows.Forms.DataGridView.CellStateChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellStyleChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellStyleContentChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellToolTipTextChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellToolTipTextNeeded (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellValidated (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellValidating (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellValueChangedRaises the System.Windows.Forms.DataGridView.CellValueChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellValueNeeded (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCellValuePushed (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnChangeUICuesRaises the System.Windows.Forms.Control.ChangeUICues event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnClickRaises the System.Windows.Forms.Control.Click event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnClientSizeChangedRaises the System.Windows.Forms.Control.ClientSizeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnColumnAddedRaises the System.Windows.Forms.DataGridView.ColumnAdded event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnContextMenuStripChangedRaises the System.Windows.Forms.DataGridView.ColumnContextMenuStripChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnDataPropertyNameChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnDefaultCellStyleChangedRaises the System.Windows.Forms.DataGridView.ColumnDefaultCellStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnDisplayIndexChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnDividerDoubleClickRaises the System.Windows.Forms.DataGridView.ColumnDividerDoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnDividerWidthChangedRaises the System.Windows.Forms.DataGridView.ColumnDividerWidthChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnHeaderCellChangedRaises the System.Windows.Forms.DataGridView.ColumnHeaderCellChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnHeaderMouseClickRaises the System.Windows.Forms.DataGridView.ColumnHeaderMouseClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnHeaderMouseDoubleClickRaises the System.Windows.Forms.DataGridView.ColumnHeaderMouseDoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnHeadersBorderStyleChangedRaises the System.Windows.Forms.DataGridView.ColumnHeadersBorderStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnHeadersDefaultCellStyleChangedRaises the System.Windows.Forms.DataGridView.ColumnHeadersDefaultCellStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnHeadersHeightChangedRaises the System.Windows.Forms.DataGridView.ColumnHeadersHeightChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnHeadersHeightSizeModeChangedRaises the System.Windows.Forms.DataGridView.ColumnHeadersHeightSizeModeChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnMinimumWidthChangedRaises the System.Windows.Forms.DataGridView.ColumnMinimumWidthChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnNameChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnRemoved (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnSortModeChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnStateChangedRaises the System.Windows.Forms.DataGridView.ColumnStateChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnToolTipTextChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnColumnWidthChangedRaises the System.Windows.Forms.DataGridView.ColumnWidthChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnContextMenuChangedRaises the System.Windows.Forms.Control.ContextMenuChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnContextMenuStripChangedRaises the System.Windows.Forms.Control.ContextMenuStripChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlAddedRaises the System.Windows.Forms.Control.ControlAdded event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlRemovedRaises the System.Windows.Forms.Control.ControlRemoved event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnCreateControlRaises the System.Windows.Forms.Control.CreateControl method. (Inherited from System.Windows.Forms.Control)
Protected MethodOnCurrentCellChangedRaises the System.Windows.Forms.DataGridView.CurrentCellChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCurrentCellDirtyStateChangedRaises the System.Windows.Forms.DataGridView.CurrentCellDirtyStateChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event and updates the System.Windows.Forms.DataGridView.UserSetCursor property if the cursor was changed in user code. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDataBindingComplete (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDataErrorRaises the System.Windows.Forms.DataGridView.DataError event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDataMemberChangedRaises the System.Windows.Forms.DataGridView.DataMemberChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDataSourceChangedRaises the System.Windows.Forms.DataGridView.DataSourceChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDefaultCellStyleChangedRaises the System.Windows.Forms.DataGridView.DefaultCellStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDefaultValuesNeededRaises the System.Windows.Forms.DataGridView.DefaultValuesNeeded event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDockChangedRaises the System.Windows.Forms.Control.DockChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDoubleClickRaises the System.Windows.Forms.Control.DoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnDragDropRaises the System.Windows.Forms.Control.DragDrop event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragEnterRaises the System.Windows.Forms.Control.DragEnter event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragLeaveRaises the System.Windows.Forms.Control.DragLeave event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragOverRaises the System.Windows.Forms.Control.DragOver event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnEditingControlShowingRaises the System.Windows.Forms.DataGridView.EditingControlShowing event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnEditModeChangedRaises the System.Windows.Forms.DataGridView.EditModeChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnEnabledChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnEnterRaises the System.Windows.Forms.Control.Enter event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnFontChangedRaises the System.Windows.Forms.DataGridView.FontChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnForeColorChangedRaises the System.Windows.Forms.DataGridView.ForeColorChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnGiveFeedbackRaises the System.Windows.Forms.Control.GiveFeedback event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnGotFocus (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnGridColorChangedRaises the System.Windows.Forms.DataGridView.GridColorChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnHandleCreatedRaises the System.Windows.Forms.Control.HandleCreated event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnHandleDestroyed (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnHelpRequestedRaises the System.Windows.Forms.Control.HelpRequested event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnImeModeChangedRaises the System.Windows.Forms.Control.ImeModeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnInvalidatedRaises the System.Windows.Forms.Control.Invalidated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyDownOverridden. Raises the KeyDown Event  
Protected MethodOnKeyPressRaises the System.Windows.Forms.Control.KeyPress event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnKeyUpRaises the System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnLayoutRaises the System.Windows.Forms.Control.Layout event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnLeaveRaises the System.Windows.Forms.Control.Leave event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnLocationChangedRaises the System.Windows.Forms.Control.LocationChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLostFocus (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMarginChangedRaises the System.Windows.Forms.Control.MarginChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseCaptureChangedRaises the System.Windows.Forms.Control.MouseCaptureChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseClickRaises the System.Windows.Forms.Control.MouseClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMouseDoubleClick (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMouseDownRaises the System.Windows.Forms.Control.MouseDown event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMouseEnter (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMouseHoverRaises the System.Windows.Forms.Control.MouseHover event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseLeaveRaises the System.Windows.Forms.Control.MouseLeave event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMouseMoveRaises the System.Windows.Forms.Control.MouseMove event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMouseUpRaises the System.Windows.Forms.Control.MouseUp event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMouseWheel (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnMoveRaises the System.Windows.Forms.Control.Move event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMultiSelectChangedRaises the System.Windows.Forms.DataGridView.MultiSelectChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnNewRowNeededRaises the System.Windows.Forms.DataGridView.NewRowNeeded event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnNotifyMessageNotifies the control of Windows messages. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPaddingChangedRaises the System.Windows.Forms.Control.PaddingChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPaintRaises the System.Windows.Forms.Control.Paint event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnPaintBackgroundPaints the background of the control. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBackColorChangedRaises the System.Windows.Forms.Control.BackColorChanged event when the System.Windows.Forms.Control.BackColor property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBackgroundImageChangedRaises the System.Windows.Forms.Control.BackgroundImageChanged event when the System.Windows.Forms.Control.BackgroundImage property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBindingContextChangedRaises the System.Windows.Forms.Control.BindingContextChanged event when the System.Windows.Forms.Control.BindingContext property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentChangedRaises the System.Windows.Forms.Control.ParentChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentEnabledChangedRaises the System.Windows.Forms.Control.EnabledChanged event when the System.Windows.Forms.Control.Enabled property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentFontChangedRaises the System.Windows.Forms.Control.FontChanged event when the System.Windows.Forms.Control.Font property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentForeColorChangedRaises the System.Windows.Forms.Control.ForeColorChanged event when the System.Windows.Forms.Control.ForeColor property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentRightToLeftChangedRaises the System.Windows.Forms.Control.RightToLeftChanged event when the System.Windows.Forms.Control.RightToLeft property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentVisibleChangedRaises the System.Windows.Forms.Control.VisibleChanged event when the System.Windows.Forms.Control.Visible property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPreviewKeyDownRaises the System.Windows.Forms.Control.PreviewKeyDown event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPrintRaises the System.Windows.Forms.Control.Paint event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnQueryContinueDragRaises the System.Windows.Forms.Control.QueryContinueDrag event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnReadOnlyChangedRaises the System.Windows.Forms.DataGridView.ReadOnlyChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRegionChangedRaises the System.Windows.Forms.Control.RegionChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnResizeRaises the System.Windows.Forms.Control.Resize event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRightToLeftChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowContextMenuStripChangedRaises the System.Windows.Forms.DataGridView.RowContextMenuStripChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowContextMenuStripNeeded (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowDefaultCellStyleChangedRaises the System.Windows.Forms.DataGridView.RowDefaultCellStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowDirtyStateNeededRaises the System.Windows.Forms.DataGridView.RowDirtyStateNeeded event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowDividerDoubleClickRaises the System.Windows.Forms.DataGridView.RowDividerDoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowDividerHeightChangedRaises the System.Windows.Forms.DataGridView.RowDividerHeightChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowEnter (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowErrorTextChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowErrorTextNeeded (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeaderCellChangedRaises the System.Windows.Forms.DataGridView.RowHeaderCellChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeaderMouseClickRaises the System.Windows.Forms.DataGridView.RowHeaderMouseClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeaderMouseDoubleClickRaises the System.Windows.Forms.DataGridView.RowHeaderMouseDoubleClick event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeadersBorderStyleChangedRaises the System.Windows.Forms.DataGridView.RowHeadersBorderStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeadersDefaultCellStyleChangedRaises the System.Windows.Forms.DataGridView.RowHeadersDefaultCellStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeadersWidthChangedRaises the System.Windows.Forms.DataGridView.RowHeadersWidthChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeadersWidthSizeModeChangedRaises the System.Windows.Forms.DataGridView.RowHeadersWidthSizeModeChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeightChangedRaises the System.Windows.Forms.DataGridView.RowHeightChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeightInfoNeeded (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowHeightInfoPushed (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowLeave (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowMinimumHeightChangedRaises the System.Windows.Forms.DataGridView.RowMinimumHeightChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowsAddedRaises the System.Windows.Forms.DataGridView.RowsAdded event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowsDefaultCellStyleChangedRaises the System.Windows.Forms.DataGridView.RowsDefaultCellStyleChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowsRemovedRaises the System.Windows.Forms.DataGridView.RowsRemoved event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowStateChangedRaises the System.Windows.Forms.DataGridView.RowStateChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowUnshared (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowValidated (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnRowValidating (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnScroll (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnSelectionChangedRaises the System.Windows.Forms.DataGridView.SelectionChanged event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnSizeChangedRaises the System.Windows.Forms.Control.SizeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnSortCompare (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnSortedRaises the System.Windows.Forms.DataGridView.Sorted event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnStyleChangedRaises the System.Windows.Forms.Control.StyleChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnSystemColorsChangedRaises the System.Windows.Forms.Control.SystemColorsChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnTabIndexChangedRaises the System.Windows.Forms.Control.TabIndexChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnTabStopChangedRaises the System.Windows.Forms.Control.TabStopChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnTextChangedRaises the System.Windows.Forms.Control.TextChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnUserAddedRowRaises the System.Windows.Forms.DataGridView.UserAddedRow event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnUserDeletedRowRaises the System.Windows.Forms.DataGridView.UserDeletedRow event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnUserDeletingRowRaises the System.Windows.Forms.DataGridView.UserDeletingRow event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnValidatedRaises the System.Windows.Forms.Control.Validated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnValidatingRaises the System.Windows.Forms.Control.Validating event. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodOnVisibleChanged (Inherited from System.Windows.Forms.DataGridView)
Protected MethodPaintBackground (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessAKeyProcesses the A key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessCmdKeyProcesses a command key. (Inherited from System.Windows.Forms.Control)
Protected MethodProcessDataGridViewKeyProcesses keys used for navigating in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessDeleteKeyProcesses the DELETE key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessDialogCharProcesses a dialog character. (Inherited from System.Windows.Forms.Control)
Protected MethodProcessDialogKeyProcesses keys, such as the TAB, ESCAPE, ENTER, and ARROW keys, used to control dialog boxes. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessDownKeyProcesses the DOWN ARROW key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessEndKeyProcesses the END key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessEnterKeyProcesses the ENTER key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessEscapeKeyProcesses the ESC key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessF2KeyProcesses the F2 key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessHomeKeyProcesses the HOME key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessInsertKeyProcesses the INSERT key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessKeyEventArgsProcesses a key message and generates the appropriate control events. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessKeyPreviewPreviews a keyboard message. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessLeftKeyProcesses the LEFT ARROW key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessNextKeyProcesses the PAGE DOWN key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessPriorKeyProcesses the PAGE UP key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessRightKeyProcesses the RIGHT ARROW key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessSpaceKeyProcesses the SPACEBAR. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessTabKeyProcesses the TAB key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessUpKeyProcesses the UP ARROW key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodProcessZeroKeyProcesses the 0 key. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodRaiseDragEventRaises the appropriate drag event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseKeyEventRaises the appropriate key event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseMouseEventRaises the appropriate mouse event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaisePaintEventRaises the appropriate paint event. (Inherited from System.Windows.Forms.Control)
Protected MethodRecreateHandleForces the re-creation of the handle for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodResetMouseEventArgsResets the control to handle the System.Windows.Forms.Control.MouseLeave event. (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateAlignmentOverloaded. Converts the specified System.Windows.Forms.HorizontalAlignment to the appropriate System.Windows.Forms.HorizontalAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateHorizontalConverts the specified System.Windows.Forms.HorizontalAlignment to the appropriate System.Windows.Forms.HorizontalAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateLeftRightConverts the specified System.Windows.Forms.LeftRightAlignment to the appropriate System.Windows.Forms.LeftRightAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodScaleControl (Inherited from System.Windows.Forms.Control)
Protected MethodSetAutoSizeModeSets a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. (Inherited from System.Windows.Forms.Control)
Protected MethodSetBoundsCoreThis member overrides System.Windows.Forms.Control.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified). (Inherited from System.Windows.Forms.DataGridView)
Protected MethodSetClientSizeCoreSets the size of the client area of the control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetCurrentCellAddressCoreSets the currently active cell. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodSetSelectedCellCoreChanges the selection state of the cell with the specified row and column indexes. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodSetSelectedColumnCoreChanges the selection state of the column with the specified index. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodSetSelectedRowCoreChanges the selection state of the row with the specified index. (Inherited from System.Windows.Forms.DataGridView)
Protected MethodSetStyleSets a specified System.Windows.Forms.ControlStyles flag to either true or false. (Inherited from System.Windows.Forms.Control)
Protected MethodSetTopLevelSets the control as the top-level control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetVisibleCoreSets the control to the specified visible state. (Inherited from System.Windows.Forms.Control)
Protected MethodSizeFromClientSize (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateStylesForces the assigned styles to be reapplied to the control. (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateZOrderUpdates the control in its parent's z-order. (Inherited from System.Windows.Forms.Control)
Protected MethodWndProcProcesses window messages. (Inherited from System.Windows.Forms.DataGridView)
Top
Public Events
 NameDescription
Public EventAllowUserToAddRowsChangedOccurs when the value of the System.Windows.Forms.DataGridView.AllowUserToAddRows property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventAllowUserToDeleteRowsChangedOccurs when the value of the System.Windows.Forms.DataGridView.AllowUserToDeleteRowsChanged property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventAllowUserToOrderColumnsChangedOccurs when the value of the System.Windows.Forms.DataGridView.AllowUserToOrderColumns property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventAllowUserToResizeColumnsChangedOccurs when the value of the System.Windows.Forms.DataGridView.AllowUserToResizeColumns property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventAllowUserToResizeRowsChangedOccurs when the value of the System.Windows.Forms.DataGridView.AllowUserToResizeRows property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventAlternatingRowsDefaultCellStyleChangedOccurs when the value of the System.Windows.Forms.DataGridView.AlternatingRowsDefaultCellStyle property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventAutoGenerateColumnsChangedOccurs when the value of the System.Windows.Forms.DataGridView.AutoGenerateColumnsChanged property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventAutoSizeColumnModeChangedOccurs when the value of the System.Windows.Forms.DataGridViewColumn.AutoSizeMode property of a column changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventAutoSizeColumnsModeChangedOccurs when the value of the System.Windows.Forms.DataGridView.AutoSizeColumnsMode property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventAutoSizeRowsModeChangedOccurs when the value of the System.Windows.Forms.DataGridViewAutoSizeRowsMode property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventBackgroundColorChangedOccurs when the value of the System.Windows.Forms.DataGridView.BackgroundColor property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventBindingContextChangedOccurs when the value of the System.Windows.Forms.BindingContext property changes. (Inherited from System.Windows.Forms.Control)
Public EventBorderStyleChangedOccurs when the value of the System.Windows.Forms.DataGridView.BorderStyle property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventCancelRowEditOccurs when the System.Windows.Forms.DataGridView.VirtualMode property of a System.Windows.Forms.DataGridView control is true and the cancels edits in a row. (Inherited from System.Windows.Forms.DataGridView)
Public EventCausesValidationChangedOccurs when the value of the System.Windows.Forms.Control.CausesValidation property changes. (Inherited from System.Windows.Forms.Control)
Public EventCellBeginEditOccurs when edit mode starts for the selected cell. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellBorderStyleChangedOccurs when the border style of a cell changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellClickOccurs when any part of a cell is clicked. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellContentClickOccurs when the content within a cell is clicked. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellContentDoubleClickOccurs when the user double-clicks a cell's contents. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellContextMenuStripChangedOccurs when the System.Windows.Forms.DataGridViewCell.ContextMenuStrip property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellContextMenuStripNeededOccurs when a cell's shortcut menu is needed. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellDoubleClickOccurs when the user double-clicks anywhere in a cell. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellEndEditOccurs when edit mode stops for the currently selected cell. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellEnterOccurs when the current cell changes in the System.Windows.Forms.DataGridView control or when the control receives input focus. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellErrorTextChangedOccurs when the value of the System.Windows.Forms.DataGridViewCell.ErrorText property of a cell changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellErrorTextNeededOccurs when a cell's error text is needed. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellFormattingOccurs when the contents of a cell need to be formatted for display. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellLeaveOccurs when a cell loses input focus and is no longer the current cell. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellMouseClickOccurs whenever the user clicks anywhere on a cell with the mouse. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellMouseDoubleClickOccurs when a cell within the System.Windows.Forms.DataGridView is double-clicked. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellMouseDownOccurs when the user presses a mouse button while the mouse pointer is within the boundaries of a cell. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellMouseEnterOccurs when the mouse pointer enters a cell. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellMouseLeaveOccurs when the mouse pointer leaves a cell. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellMouseMoveOccurs when the mouse pointer moves over the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellMouseUpOccurs when the user releases a mouse button while over a cell. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellPaintingOccurs when a cell needs to be drawn. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellParsingOccurs when a cell leaves edit mode if the cell value has been modified. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellStateChangedOccurs when a cell state changes, such as when the cell loses or gains focus. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellStyleChangedOccurs when the System.Windows.Forms.DataGridViewCell.Style property of a System.Windows.Forms.DataGridViewCell changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellStyleContentChangedOccurs when one of the values of a cell style changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellToolTipTextChangedOccurs when the System.Windows.Forms.DataGridViewCell.ToolTipText property value changes for a cell in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellToolTipTextNeededOccurs when a cell's ToolTip text is needed. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellValidatedOccurs after the cell has finished validating. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellValidatingOccurs when a cell loses input focus, enabling content validation. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellValueChangedOccurs when the value of a cell changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellValueNeededOccurs when the System.Windows.Forms.DataGridView.VirtualMode property of the System.Windows.Forms.DataGridView control is true and the System.Windows.Forms.DataGridView requires a value for a cell in order to format and display the cell. (Inherited from System.Windows.Forms.DataGridView)
Public EventCellValuePushedOccurs when the System.Windows.Forms.DataGridView.VirtualMode property of the System.Windows.Forms.DataGridView control is true and a cell value has changed and requires storage in the underlying data source. (Inherited from System.Windows.Forms.DataGridView)
Public EventChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. (Inherited from System.Windows.Forms.Control)
Public EventClickOccurs when the control is clicked. (Inherited from System.Windows.Forms.Control)
Public EventClientSizeChangedOccurs when the value of the System.Windows.Forms.Control.ClientSize property changes. (Inherited from System.Windows.Forms.Control)
Public EventColumnAddedOccurs when a column is added to the control. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnContextMenuStripChangedOccurs when the System.Windows.Forms.DataGridViewColumn.ContextMenuStrip property of a column changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnDataPropertyNameChangedOccurs when the value of the System.Windows.Forms.DataGridViewColumn.DataPropertyName property for a column changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnDefaultCellStyleChangedOccurs when the value of the System.Windows.Forms.DataGridViewBand.DefaultCellStyle property for a column changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnDisplayIndexChangedOccurs when the value the System.Windows.Forms.DataGridViewColumn.DisplayIndex property for a column changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnDividerDoubleClickOccurs when the user double-clicks a divider between two columns. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnDividerWidthChangedOccurs when the System.Windows.Forms.DataGridViewColumn.DividerWidth property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnHeaderCellChangedOccurs when the contents of a column header cell change. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnHeaderMouseClickOccurs when the user clicks a column header. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnHeaderMouseDoubleClickOccurs when a column header is double-clicked. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnHeadersBorderStyleChangedOccurs when the System.Windows.Forms.DataGridView.ColumnHeadersBorderStyle property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnHeadersDefaultCellStyleChangedOccurs when the value of the System.Windows.Forms.DataGridView.ColumnHeadersDefaultCellStyle property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnHeadersHeightChangedOccurs when the value of the System.Windows.Forms.DataGridView.ColumnHeadersHeight property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnHeadersHeightSizeModeChangedOccurs when the value of the System.Windows.Forms.DataGridView.ColumnHeadersHeightSizeMode property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnMinimumWidthChangedOccurs when the value of the System.Windows.Forms.DataGridViewColumn.MinimumWidth property for a column changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnNameChangedOccurs when the value of the System.Windows.Forms.DataGridViewColumn.Name property for a column changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnRemovedOccurs when a column is removed from the control. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnSortModeChangedOccurs when the value of the System.Windows.Forms.DataGridViewColumn.SortMode property for a column changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnStateChangedOccurs when a column changes state, such as gaining or losing focus. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnToolTipTextChangedOccurs when the System.Windows.Forms.DataGridViewColumn.ToolTipText property value changes for a column in the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public EventColumnWidthChangedOccurs when the value of the System.Windows.Forms.DataGridViewColumn.Width property for a column changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventContextMenuChangedOccurs when the value of the System.Windows.Forms.Control.ContextMenu property changes. (Inherited from System.Windows.Forms.Control)
Public EventContextMenuStripChangedOccurs when the value of the System.Windows.Forms.Control.ContextMenuStrip property changes. (Inherited from System.Windows.Forms.Control)
Public EventControlAddedOccurs when a new control is added to the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
Public EventControlRemovedOccurs when a control is removed from the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
Public EventCurrentCellChangedOccurs when the System.Windows.Forms.DataGridView.CurrentCell property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventCurrentCellDirtyStateChangedOccurs when the state of a cell changes in relation to a change in its contents. (Inherited from System.Windows.Forms.DataGridView)
Public EventCursorChangedOccurs when the value of the System.Windows.Forms.Control.Cursor property changes. (Inherited from System.Windows.Forms.Control)
Public EventDataBindingCompleteOccurs after a data-binding operation has finished. (Inherited from System.Windows.Forms.DataGridView)
Public EventDataErrorOccurs when an external data-parsing or validation operation throws an exception, or when an attempt to commit data to a data source fails. (Inherited from System.Windows.Forms.DataGridView)
Public EventDataMemberChangedOccurs when value of the System.Windows.Forms.DataGridView.DataMember property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventDataSourceChangedOccurs when the value of the System.Windows.Forms.DataGridView.DataSource property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventDefaultCellStyleChangedOccurs when the value of the System.Windows.Forms.DataGridView.DefaultCellStyle property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventDefaultValuesNeededOccurs when the user enters the row for new records so that it can be populated with default values. (Inherited from System.Windows.Forms.DataGridView)
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventDockChangedOccurs when the value of the System.Windows.Forms.Control.Dock property changes. (Inherited from System.Windows.Forms.Control)
Public EventDoubleClickOccurs when the control is double-clicked. (Inherited from System.Windows.Forms.Control)
Public EventDragDropOccurs when a drag-and-drop operation is completed. (Inherited from System.Windows.Forms.Control)
Public EventDragEnterOccurs when an object is dragged into the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventDragLeaveOccurs when an object is dragged out of the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventDragOverOccurs when an object is dragged over the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventEditingControlShowingOccurs when a control for editing a cell is showing. (Inherited from System.Windows.Forms.DataGridView)
Public EventEditModeChangedOccurs when the value of the System.Windows.Forms.DataGridView.EditMode property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventEnabledChangedOccurs when the System.Windows.Forms.Control.Enabled property value has changed. (Inherited from System.Windows.Forms.Control)
Public EventEnterOccurs when the control is entered. (Inherited from System.Windows.Forms.Control)
Public EventFontChangedOccurs when the System.Windows.Forms.DataGridView.Font property value changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventForeColorChangedOccurs when the System.Windows.Forms.DataGridView.ForeColor property value changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventGiveFeedbackOccurs during a drag operation. (Inherited from System.Windows.Forms.Control)
Public EventGotFocusOccurs when the control receives focus. (Inherited from System.Windows.Forms.Control)
Public EventGridColorChangedOccurs when the value of the System.Windows.Forms.DataGridView.GridColor property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventHandleCreatedOccurs when a handle is created for the control. (Inherited from System.Windows.Forms.Control)
Public EventHandleDestroyedOccurs when the control's handle is in the process of being destroyed. (Inherited from System.Windows.Forms.Control)
Public EventHelpRequestedOccurs when the user requests help for a control. (Inherited from System.Windows.Forms.Control)
Public EventImeModeChangedOccurs when the System.Windows.Forms.Control.ImeMode property has changed. (Inherited from System.Windows.Forms.Control)
Public EventInvalidatedOccurs when a control's display requires redrawing. (Inherited from System.Windows.Forms.Control)
Public EventKeyDownOccurs when a key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventKeyPressOccurs when a key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventKeyUpOccurs when a key is released while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventLayoutOccurs when a control should reposition its child controls. (Inherited from System.Windows.Forms.Control)
Public EventLeaveOccurs when the input focus leaves the control. (Inherited from System.Windows.Forms.Control)
Public EventLocationChangedOccurs when the System.Windows.Forms.Control.Location property value has changed. (Inherited from System.Windows.Forms.Control)
Public EventLostFocusOccurs when the control loses focus. (Inherited from System.Windows.Forms.Control)
Public EventMarginChangedOccurs when the control's margin changes. (Inherited from System.Windows.Forms.Control)
Public EventMouseCaptureChangedOccurs when the control loses mouse capture. (Inherited from System.Windows.Forms.Control)
Public EventMouseClickOccurs when the control is clicked by the mouse. (Inherited from System.Windows.Forms.Control)
Public EventMouseDoubleClickOccurs when the control is double clicked by the mouse. (Inherited from System.Windows.Forms.Control)
Public EventMouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. (Inherited from System.Windows.Forms.Control)
Public EventMouseEnterOccurs when the mouse pointer enters the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseHoverOccurs when the mouse pointer rests on the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseLeaveOccurs when the mouse pointer leaves the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseMoveOccurs when the mouse pointer is moved over the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseUpOccurs when the mouse pointer is over the control and a mouse button is released. (Inherited from System.Windows.Forms.Control)
Public EventMouseWheelOccurs when the mouse wheel moves while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventMoveOccurs when the control is moved. (Inherited from System.Windows.Forms.Control)
Public EventMultiSelectChangedOccurs when the value of the System.Windows.Forms.DataGridView.MultiSelect property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventNewRowNeededOccurs when the System.Windows.Forms.DataGridView.VirtualMode property of the System.Windows.Forms.DataGridView is true and the user navigates to the new row at the bottom of the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public EventPaintOccurs when the control is redrawn. (Inherited from System.Windows.Forms.Control)
Public EventParentChangedOccurs when the System.Windows.Forms.Control.Parent property value changes. (Inherited from System.Windows.Forms.Control)
Public EventPreviewKeyDownOccurs before the System.Windows.Forms.Control.KeyDown event when a key is pressed while focus is on this control. (Inherited from System.Windows.Forms.Control)
Public EventQueryAccessibilityHelpOccurs when System.Windows.Forms.AccessibleObject is providing help to accessibility applications. (Inherited from System.Windows.Forms.Control)
Public EventQueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (Inherited from System.Windows.Forms.Control)
Public EventReadOnlyChangedOccurs when the System.Windows.Forms.DataGridView.ReadOnly property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventRegionChangedOccurs when the value of the System.Windows.Forms.Control.Region property changes. (Inherited from System.Windows.Forms.Control)
Public EventResizeOccurs when the control is resized. (Inherited from System.Windows.Forms.Control)
Public EventRightToLeftChangedOccurs when the System.Windows.Forms.Control.RightToLeft property value changes. (Inherited from System.Windows.Forms.Control)
Public EventRowContextMenuStripChangedOccurs when the System.Windows.Forms.DataGridViewRow.ContextMenuStrip property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowContextMenuStripNeededOccurs when a row's shortcut menu is needed. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowDefaultCellStyleChangedOccurs when the value of the System.Windows.Forms.DataGridViewBand.DefaultCellStyle property for a row changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowDirtyStateNeededOccurs when the System.Windows.Forms.DataGridView.VirtualMode property of the System.Windows.Forms.DataGridView control is true and the System.Windows.Forms.DataGridView needs to determine whether the current row has uncommitted changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowDividerDoubleClickOccurs when the user double-clicks the divider between two rows. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowDividerHeightChangedOccurs when the System.Windows.Forms.DataGridViewRow.DividerHeight property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowEnterOccurs when a row receives input focus but before it becomes the current row. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowErrorTextChangedOccurs when the System.Windows.Forms.DataGridViewRow.ErrorText property of a row changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowErrorTextNeededOccurs when a row's error text is needed. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowHeaderCellChangedOccurs when the user changes the contents of a row header cell. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowHeaderMouseClickOccurs when the user clicks within the boundaries of a row header. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowHeaderMouseDoubleClickOccurs when a row header is double-clicked. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowHeadersBorderStyleChangedOccurs when the System.Windows.Forms.DataGridView.RowHeadersBorderStyle property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowHeadersDefaultCellStyleChangedOccurs when the value of the System.Windows.Forms.DataGridView.RowHeadersDefaultCellStyle property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowHeadersWidthChangedOccurs when value of the System.Windows.Forms.DataGridView.RowHeadersWidth property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowHeadersWidthSizeModeChangedOccurs when the value of the System.Windows.Forms.DataGridView.RowHeadersWidthSizeMode property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowHeightChangedOccurs when the value of the System.Windows.Forms.DataGridViewRow.Height property for a row changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowHeightInfoNeededOccurs when information about row height is requested. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowHeightInfoPushedOccurs when the user changes the height of a row. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowLeaveOccurs when a row loses input focus and is no longer the current row. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowMinimumHeightChangedOccurs when the value of the System.Windows.Forms.DataGridViewRow.MinimumHeight property for a row changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowPostPaintOccurs after a System.Windows.Forms.DataGridViewRow is painted. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowPrePaintOccurs before a System.Windows.Forms.DataGridViewRow is painted (Inherited from System.Windows.Forms.DataGridView)
Public EventRowsAddedOccurs after a new row is added to the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowsDefaultCellStyleChangedOccurs when the value of the System.Windows.Forms.DataGridView.RowsDefaultCellStyle property changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowsRemovedOccurs when a row or rows are deleted from the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowStateChangedOccurs when a row changes state, such as losing or gaining input focus. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowUnsharedOccurs when a row's state changes from shared to unshared. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowValidatedOccurs after a row has finished validating. (Inherited from System.Windows.Forms.DataGridView)
Public EventRowValidatingOccurs when a row is validating. (Inherited from System.Windows.Forms.DataGridView)
Public EventScrollOccurs when the user scrolls through the control contents. (Inherited from System.Windows.Forms.DataGridView)
Public EventSelectionChangedOccurs when the current selection changes. (Inherited from System.Windows.Forms.DataGridView)
Public EventSizeChangedOccurs when the System.Windows.Forms.Control.Size property value changes. (Inherited from System.Windows.Forms.Control)
Public EventSortCompareOccurs when the System.Windows.Forms.DataGridView compares two cell values to perform a sort operation. (Inherited from System.Windows.Forms.DataGridView)
Public EventSortedOccurs when the System.Windows.Forms.DataGridView control completes a sorting operation. (Inherited from System.Windows.Forms.DataGridView)
Public EventSystemColorsChangedOccurs when the system colors change. (Inherited from System.Windows.Forms.Control)
Public EventTabIndexChangedOccurs when the System.Windows.Forms.Control.TabIndex property value changes. (Inherited from System.Windows.Forms.Control)
Public EventTabStopChangedOccurs when the System.Windows.Forms.Control.TabStop property value changes. (Inherited from System.Windows.Forms.Control)
Public EventUserAddedRowOccurs when the user has finished adding a row to the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridView)
Public EventUserDeletedRowOccurs when the user has finished deleting a row from the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridView)
Public EventUserDeletingRowOccurs when the user deletes a row from the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridView)
Public EventValidatedOccurs when the control is finished validating. (Inherited from System.Windows.Forms.Control)
Public EventValidatingOccurs when the control is validating. (Inherited from System.Windows.Forms.Control)
Public EventVisibleChangedOccurs when the System.Windows.Forms.Control.Visible property value changes. (Inherited from System.Windows.Forms.Control)
Top
See Also

Reference

SymbolDataGridView Class
FarPoint.Win.Spread.DrawingSpace Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.