Click or drag to resize

MccGridView Class

위도우의 데이터그리드뷰를 재정의한 컨트롤 - 사용안함
Inheritance Hierarchy

Namespace:  Mcc.Series.Controls
Assembly:  Mcc.Series.Controls (in Mcc.Series.Controls.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class MccGridView : DataGridView

The MccGridView type exposes the following members.

Constructors
  NameDescription
Public methodMccGridView
생성자
Top
Properties
  NameDescription
Public propertyAccessibilityObject
Gets the AccessibleObject assigned to the control.
(Inherited from Control.)
Public propertyAccessibleDefaultActionDescription
Gets or sets the default action description of the control for use by accessibility client applications.
(Inherited from Control.)
Public propertyAccessibleDescription
Gets or sets the description of the control used by accessibility client applications.
(Inherited from Control.)
Public propertyAccessibleName
Gets or sets the name of the control used by accessibility client applications.
(Inherited from Control.)
Public propertyAccessibleRole
Gets or sets the accessible role of the control
(Inherited from Control.)
Public propertyAdjustedTopLeftHeaderBorderStyle
Gets the border style for the upper-left cell in the DataGridView.
(Inherited from DataGridView.)
Public propertyAdvancedCellBorderStyle
Gets the border style of the cells in the DataGridView.
(Inherited from DataGridView.)
Public propertyAdvancedColumnHeadersBorderStyle
Gets the border style of the column header cells in the DataGridView.
(Inherited from DataGridView.)
Public propertyAdvancedRowHeadersBorderStyle
Gets the border style of the row header cells in the DataGridView.
(Inherited from DataGridView.)
Public propertyAllowDrop
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
(Inherited from Control.)
Public propertyAllowUserToAddRows
Gets or sets a value indicating whether the option to add rows is displayed to the user.
(Inherited from DataGridView.)
Public propertyAllowUserToDeleteRows
Gets or sets a value indicating whether the user is allowed to delete rows from the DataGridView.
(Inherited from DataGridView.)
Public propertyAllowUserToOrderColumns
Gets or sets a value indicating whether manual column repositioning is enabled.
(Inherited from DataGridView.)
Public propertyAllowUserToResizeColumns
Gets or sets a value indicating whether users can resize columns.
(Inherited from DataGridView.)
Public propertyAllowUserToResizeRows
Gets or sets a value indicating whether users can resize rows.
(Inherited from DataGridView.)
Public propertyAlternatingRowsDefaultCellStyle
Gets or sets the default cell style applied to odd-numbered rows of the DataGridView.
(Inherited from DataGridView.)
Public propertyAnchor
Gets 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 Control.)
Public propertyAutoGenerateColumns
Gets or sets a value indicating whether columns are created automatically when the DataSource or DataMember properties are set.
(Inherited from DataGridView.)
Public propertyAutoScrollOffset
Gets or sets where this control is scrolled to in ScrollControlIntoView(Control).
(Inherited from Control.)
Public propertyAutoSize (Inherited from DataGridView.)
Public propertyAutoSizeColumnsMode
Gets or sets a value indicating how column widths are determined.
(Inherited from DataGridView.)
Public propertyAutoSizeRowsMode
Gets or sets a value indicating how row heights are determined.
(Inherited from DataGridView.)
Public propertyBackgroundColor
Gets or sets the background color of the DataGridView.
(Inherited from DataGridView.)
Public propertyBindingContext
Gets or sets the BindingContext for the control.
(Inherited from Control.)
Public propertyBorderStyle
Gets or sets the border style for the DataGridView.
(Inherited from DataGridView.)
Public propertyBottom
Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.
(Inherited from Control.)
Public propertyBounds
Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.
(Inherited from Control.)
Protected propertyCanEnableIme
Gets a value indicating whether the ImeMode property can be set to an active value, to enable IME support.
(Inherited from DataGridView.)
Public propertyCanFocus
Gets a value indicating whether the control can receive focus.
(Inherited from Control.)
Protected propertyCanRaiseEvents
Determines if events can be raised on the control.
(Inherited from Control.)
Public propertyCanSelect
Gets a value indicating whether the control can be selected.
(Inherited from Control.)
Public propertyCapture
Gets or sets a value indicating whether the control has captured the mouse.
(Inherited from Control.)
Public propertyCausesValidation
Gets 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 Control.)
Public propertyCellBorderStyle
Gets the cell border style for the DataGridView.
(Inherited from DataGridView.)
Public propertyClientRectangle
Gets the rectangle that represents the client area of the control.
(Inherited from Control.)
Public propertyClientSize
Gets or sets the height and width of the client area of the control.
(Inherited from Control.)
Public propertyClipboardCopyMode
Gets or sets a value that indicates whether users can copy cell text values to the Clipboard and whether row and column header text is included.
(Inherited from DataGridView.)
Public propertyColumnCount
Gets or sets the number of columns displayed in the DataGridView.
(Inherited from DataGridView.)
Public propertyColumnHeadersBorderStyle
Gets the border style applied to the column headers.
(Inherited from DataGridView.)
Public propertyColumnHeadersDefaultCellStyle
Gets or sets the default column header style.
(Inherited from DataGridView.)
Public propertyColumnHeadersHeight
Gets or sets the height, in pixels, of the column headers row
(Inherited from DataGridView.)
Public propertyColumnHeadersHeightSizeMode
Gets 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 DataGridView.)
Public propertyColumnHeadersVisible
Gets or sets a value indicating whether the column header row is displayed.
(Inherited from DataGridView.)
Public propertyColumns
Gets a collection that contains all the columns in the control.
(Inherited from DataGridView.)
Public propertyCompanyName
Gets the name of the company or creator of the application containing the control.
(Inherited from Control.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyContainsFocus
Gets a value indicating whether the control, or one of its child controls, currently has the input focus.
(Inherited from Control.)
Public propertyContextMenu
Gets or sets the shortcut menu associated with the control.
(Inherited from Control.)
Public propertyContextMenuStrip
Gets or sets the ContextMenuStrip associated with this control.
(Inherited from Control.)
Public propertyControls
Gets the collection of controls contained within the control.
(Inherited from Control.)
Public propertyCreated
Gets a value indicating whether the control has been created.
(Inherited from Control.)
Protected propertyCreateParams
Gets the required creation parameters when the control handle is created.
(Inherited from Control.)
Public propertyCurrentCell
Gets or sets the currently active cell.
(Inherited from DataGridView.)
Public propertyCurrentCellAddress
Gets the row and column indexes of the currently active cell.
(Inherited from DataGridView.)
Public propertyCurrentRow
Gets the row containing the current cell.
(Inherited from DataGridView.)
Public propertyCursor
Gets or sets the cursor that is displayed when the mouse pointer is over the control.
(Inherited from Control.)
Public propertyDataBindings
Gets the data bindings for the control.
(Inherited from Control.)
Public propertyDataMember
Gets or sets the name of the list or table in the data source for which the DataGridView is displaying data.
(Inherited from DataGridView.)
Public propertyDataSource
Gets or sets the data source that the DataGridView is displaying data for.
(Inherited from DataGridView.)
Public propertyDefaultCellStyle
Gets or sets the default cell style to be applied to the cells in the DataGridView if no other cell style properties are set.
(Inherited from DataGridView.)
Protected propertyDefaultCursor
Gets or sets the default cursor for the control.
(Inherited from Control.)
Protected propertyDefaultImeMode
Gets the default Input Method Editor (IME) mode supported by the control.
(Inherited from Control.)
Protected propertyDefaultMargin
Gets the space, in pixels, that is specified by default between controls.
(Inherited from Control.)
Protected propertyDefaultMaximumSize
Gets the length and height, in pixels, that is specified as the default maximum size of a control.
(Inherited from Control.)
Protected propertyDefaultMinimumSize
Gets the length and height, in pixels, that is specified as the default minimum size of a control.
(Inherited from Control.)
Protected propertyDefaultPadding
Gets the internal spacing, in pixels, of the contents of a control.
(Inherited from Control.)
Protected propertyDefaultSize
Gets the default initial size of the control.
(Inherited from DataGridView.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyDisplayRectangle
Gets the rectangle that represents the display area of the control.
(Inherited from DataGridView.)
Public propertyDisposing
Gets a value indicating whether the base Control class is in the process of disposing.
(Inherited from Control.)
Public propertyDock
Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
(Inherited from Control.)
Protected propertyDoubleBuffered
Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.
(Inherited from Control.)
Public propertyEditingControl
Gets the control hosted by the current cell, if a cell with an editing control is in edit mode.
(Inherited from DataGridView.)
Public propertyEditingPanel
Gets the panel that contains the EditingControl.
(Inherited from DataGridView.)
Public propertyEditMode
Gets or sets a value indicating how to begin editing a cell.
(Inherited from DataGridView.)
Public propertyEnabled
Gets or sets a value indicating whether the control can respond to user interaction.
(Inherited from Control.)
Public propertyEnableHeadersVisualStyles
Gets 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 DataGridView.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyFirstDisplayedCell
Gets or sets the first cell currently displayed in the DataGridView; typically, this cell is in the upper left corner.
(Inherited from DataGridView.)
Public propertyFirstDisplayedScrollingColumnHiddenWidth
Gets the width of the portion of the column that is currently scrolled out of view..
(Inherited from DataGridView.)
Public propertyFirstDisplayedScrollingColumnIndex
Gets or sets the index of the column that is the first column displayed on the DataGridView.
(Inherited from DataGridView.)
Public propertyFirstDisplayedScrollingRowIndex
Gets or sets the index of the row that is the first row displayed on the DataGridView.
(Inherited from DataGridView.)
Public propertyFocused
Gets a value indicating whether the control has input focus.
(Inherited from Control.)
Public propertyFont
Gets or sets the font of the text displayed by the DataGridView.
(Inherited from DataGridView.)
Protected propertyFontHeight
Gets or sets the height of the font of the control.
(Inherited from Control.)
Public propertyForeColor
Gets or sets the foreground color of the DataGridView.
(Inherited from DataGridView.)
Public propertyGridColor
Gets or sets the color of the grid lines separating the cells of the DataGridView.
(Inherited from DataGridView.)
Public propertyHandle
Gets the window handle that the control is bound to.
(Inherited from Control.)
Public propertyHasChildren
Gets a value indicating whether the control contains one or more child controls.
(Inherited from Control.)
Public propertyHeight
Gets or sets the height of the control.
(Inherited from Control.)
Protected propertyHorizontalScrollBar
Gets the horizontal scroll bar of the control.
(Inherited from DataGridView.)
Public propertyHorizontalScrollingOffset
Gets or sets the number of pixels by which the control is scrolled horizontally.
(Inherited from DataGridView.)
Public propertyImeMode
Gets or sets the Input Method Editor (IME) mode of the control.
(Inherited from Control.)
Protected propertyImeModeBase
Gets or sets the IME mode of a control.
(Inherited from Control.)
Public propertyInvokeRequired
Gets 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 Control.)
Public propertyIsAccessible
Gets or sets a value indicating whether the control is visible to accessibility applications.
(Inherited from Control.)
Public propertyIsCurrentCellDirty
Gets a value indicating whether the current cell has uncommitted changes.
(Inherited from DataGridView.)
Public propertyIsCurrentCellInEditMode
Gets a value indicating whether the currently active cell is being edited.
(Inherited from DataGridView.)
Public propertyIsCurrentRowDirty
Gets a value indicating whether the current row has uncommitted changes.
(Inherited from DataGridView.)
Public propertyIsDisposed
Gets a value indicating whether the control has been disposed of.
(Inherited from Control.)
Public propertyIsHandleCreated
Gets a value indicating whether the control has a handle associated with it.
(Inherited from Control.)
Public propertyIsMirrored
Gets a value indicating whether the control is mirrored.
(Inherited from Control.)
Public propertyItemInt32, Int32
Provides an indexer to get or set the cell located at the intersection of the column and row with the specified indexes.
(Inherited from DataGridView.)
Public propertyItemString, Int32
Provides an indexer to get or set the cell located at the intersection of the row with the specified index and the column with the specified name.
(Inherited from DataGridView.)
Public propertyLayoutEngine
Gets a cached instance of the control's layout engine.
(Inherited from Control.)
Public propertyLeft
Gets 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 Control.)
Public propertyLocation
Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
(Inherited from Control.)
Public propertyMargin
Gets or sets the space between controls.
(Inherited from Control.)
Public propertyMaximumSize
Gets or sets the size that is the upper limit that GetPreferredSize(Size) can specify.
(Inherited from Control.)
Public propertyMinimumSize
Gets or sets the size that is the lower limit that GetPreferredSize(Size) can specify.
(Inherited from Control.)
Public propertyMultiSelect
Gets or sets a value indicating whether the user is allowed to select more than one cell, row, or column of the DataGridView at a time.
(Inherited from DataGridView.)
Public propertyName
Gets or sets the name of the control.
(Inherited from Control.)
Public propertyNewRowIndex
Gets the index of the row for new records.
(Inherited from DataGridView.)
Public propertyPadding
Gets or sets padding within the control.
(Inherited from Control.)
Public propertyParent
Gets or sets the parent container of the control.
(Inherited from Control.)
Public propertyPreferredSize
Gets the size of a rectangular area into which the control can fit.
(Inherited from Control.)
Public propertyProductName
Gets the product name of the assembly containing the control.
(Inherited from Control.)
Public propertyProductVersion
Gets the version of the assembly containing the control.
(Inherited from Control.)
Public propertyReadOnly
Gets or sets a value indicating whether the user can edit the cells of the DataGridView control.
(Inherited from DataGridView.)
Public propertyRecreatingHandle
Gets a value indicating whether the control is currently re-creating its handle.
(Inherited from Control.)
Public propertyRegion
Gets or sets the window region associated with the control.
(Inherited from Control.)
Protected propertyRenderRightToLeft Obsolete.
This property is now obsolete.
(Inherited from Control.)
Protected propertyResizeRedraw
Gets or sets a value indicating whether the control redraws itself when resized.
(Inherited from Control.)
Public propertyRight
Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.
(Inherited from Control.)
Public propertyRightToLeft
Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
(Inherited from Control.)
Public propertyRowCount
Gets or sets the number of rows displayed in the DataGridView.
(Inherited from DataGridView.)
Public propertyRowHeadersBorderStyle
Gets or sets the border style of the row header cells.
(Inherited from DataGridView.)
Public propertyRowHeadersDefaultCellStyle
Gets or sets the default style applied to the row header cells.
(Inherited from DataGridView.)
Public propertyRowHeadersVisible
Gets or sets a value indicating whether the column that contains row headers is displayed.
(Inherited from DataGridView.)
Public propertyRowHeadersWidth
Gets or sets the width, in pixels, of the column that contains the row headers.
(Inherited from DataGridView.)
Public propertyRowHeadersWidthSizeMode
Gets 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 DataGridView.)
Public propertyRows
Gets a collection that contains all the rows in the DataGridView control.
(Inherited from DataGridView.)
Public propertyRowsDefaultCellStyle
Gets or sets the default style applied to the row cells of the DataGridView.
(Inherited from DataGridView.)
Public propertyRowTemplate
Gets or sets the row that represents the template for all the rows in the control.
(Inherited from DataGridView.)
Protected propertyScaleChildren
Gets a value that determines the scaling of child controls.
(Inherited from Control.)
Public propertyScrollBars
Gets or sets the type of scroll bars to display for the DataGridView control.
(Inherited from DataGridView.)
Public propertySelectedCells
Gets the collection of cells selected by the user.
(Inherited from DataGridView.)
Public propertySelectedColumns
Gets the collection of columns selected by the user.
(Inherited from DataGridView.)
Public propertySelectedRows
Gets the collection of rows selected by the user.
(Inherited from DataGridView.)
Public propertySelectionMode
Gets or sets a value indicating how the cells of the DataGridView can be selected.
(Inherited from DataGridView.)
Public propertyShowCellErrors
Gets or sets a value indicating whether to show cell errors.
(Inherited from DataGridView.)
Public propertyShowCellToolTips
Gets or sets a value indicating whether or not ToolTips will show when the mouse pointer pauses on a cell.
(Inherited from DataGridView.)
Public propertyShowEditingIcon
Gets or sets a value indicating whether or not the editing glyph is visible in the row header of the cell being edited.
(Inherited from DataGridView.)
Protected propertyShowFocusCues
Gets a value indicating whether the control should display focus rectangles.
(Inherited from Control.)
Protected propertyShowKeyboardCues
Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators.
(Inherited from Control.)
Public propertyShowRowErrors
Gets or sets a value indicating whether row headers will display error glyphs for each row that contains a data entry error.
(Inherited from DataGridView.)
Public propertySite
Gets or sets the site of the control.
(Inherited from Control.)
Public propertySize
Gets or sets the height and width of the control.
(Inherited from Control.)
Public propertySortedColumn
Gets the column by which the DataGridView contents are currently sorted.
(Inherited from DataGridView.)
Public propertySortOrder
Gets a value indicating whether the items in the DataGridView control are sorted in ascending or descending order, or are not sorted.
(Inherited from DataGridView.)
Public propertyStandardTab
Gets 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 DataGridView.)
Public propertyTabIndex
Gets or sets the tab order of the control within its container.
(Inherited from Control.)
Public propertyTabStop
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
(Inherited from Control.)
Public propertyTag
Gets or sets the object that contains data about the control.
(Inherited from Control.)
Public propertyTop
Gets 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 Control.)
Public propertyTopLeftHeaderCell
Gets or sets the header cell located in the upper left corner of the DataGridView control.
(Inherited from DataGridView.)
Public propertyTopLevelControl
Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in.
(Inherited from Control.)
Public propertyUserSetCursor
Gets the default or user-specified value of the Cursor property.
(Inherited from DataGridView.)
Public propertyUseWaitCursor
Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls.
(Inherited from Control.)
Protected propertyVerticalScrollBar
Gets the vertical scroll bar of the control.
(Inherited from DataGridView.)
Public propertyVerticalScrollingOffset
Gets the number of pixels by which the control is scrolled vertically.
(Inherited from DataGridView.)
Public propertyVirtualMode
Gets or sets a value indicating whether you have provided your own data-management operations for the DataGridView control.
(Inherited from DataGridView.)
Public propertyVisible
Gets or sets a value indicating whether the control and all its child controls are displayed.
(Inherited from Control.)
Public propertyWidth
Gets or sets the width of the control.
(Inherited from Control.)
Top
Methods
  NameDescription
Protected methodAccessibilityNotifyClients(AccessibleEvents, Int32)
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control.
(Inherited from Control.)
Protected methodAccessibilityNotifyClients(AccessibleEvents, Int32, Int32)
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control .
(Inherited from Control.)
Protected methodAccessibilityNotifyCurrentCellChanged
Notifies the accessible client applications when a new cell becomes the current cell.
(Inherited from DataGridView.)
Public methodAdjustColumnHeaderBorderStyle
Adjusts the DataGridViewAdvancedBorderStyle for a column header cell of a DataGridView that is currently being painted.
(Inherited from DataGridView.)
Public methodAreAllCellsSelected
Returns a value indicating whether all the DataGridView cells are currently selected.
(Inherited from DataGridView.)
Public methodAutoResizeColumn(Int32)
Adjusts the width of the specified column to fit the contents of all its cells, including the header cell.
(Inherited from DataGridView.)
Public methodAutoResizeColumn(Int32, DataGridViewAutoSizeColumnMode)
Adjusts the width of the specified column using the specified size mode.
(Inherited from DataGridView.)
Protected methodAutoResizeColumn(Int32, DataGridViewAutoSizeColumnMode, Boolean)
Adjusts the width of the specified column using the specified size mode, optionally calculating the width with the expectation that row heights will subsequently be adjusted.
(Inherited from DataGridView.)
Public methodAutoResizeColumnHeadersHeight
Adjusts the height of the column headers to fit the contents of the largest column header.
(Inherited from DataGridView.)
Public methodAutoResizeColumnHeadersHeight(Int32)
Adjusts the height of the column headers based on changes to the contents of the header in the specified column.
(Inherited from DataGridView.)
Protected methodAutoResizeColumnHeadersHeight(Boolean, Boolean)
Adjusts the height of the column headers to fit their contents, optionally calculating the height with the expectation that the column and/or row header widths will subsequently be adjusted.
(Inherited from DataGridView.)
Protected methodAutoResizeColumnHeadersHeight(Int32, Boolean, Boolean)
Adjusts the height of the column headers based on changes to the contents of the header in the specified column, optionally calculating the height with the expectation that the column and/or row header widths will subsequently be adjusted.
(Inherited from DataGridView.)
Public methodAutoResizeColumns
Adjusts the width of all columns to fit the contents of all their cells, including the header cells.
(Inherited from DataGridView.)
Public methodAutoResizeColumns(DataGridViewAutoSizeColumnsMode)
Adjusts the width of all columns using the specified size mode.
(Inherited from DataGridView.)
Protected methodAutoResizeColumns(DataGridViewAutoSizeColumnsMode, Boolean)
Adjusts the width of all columns using the specified size mode, optionally calculating the widths with the expectation that row heights will subsequently be adjusted.
(Inherited from DataGridView.)
Public methodAutoResizeRow(Int32)
Adjusts the height of the specified row to fit the contents of all its cells including the header cell.
(Inherited from DataGridView.)
Public methodAutoResizeRow(Int32, DataGridViewAutoSizeRowMode)
Adjusts the height of the specified row using the specified size mode.
(Inherited from DataGridView.)
Protected methodAutoResizeRow(Int32, DataGridViewAutoSizeRowMode, Boolean)
Adjusts the height of the specified row using the specified size mode, optionally calculating the height with the expectation that column widths will subsequently be adjusted.
(Inherited from DataGridView.)
Public methodAutoResizeRowHeadersWidth(DataGridViewRowHeadersWidthSizeMode)
Adjusts the width of the row headers using the specified size mode.
(Inherited from DataGridView.)
Public methodAutoResizeRowHeadersWidth(Int32, DataGridViewRowHeadersWidthSizeMode)
Adjusts the width of the row headers based on changes to the contents of the header in the specified row and using the specified size mode.
(Inherited from DataGridView.)
Protected methodAutoResizeRowHeadersWidth(DataGridViewRowHeadersWidthSizeMode, Boolean, Boolean)
Adjusts the width of the row headers using the specified size mode, optionally calculating the width with the expectation that the row and/or column header widths will subsequently be adjusted.
(Inherited from DataGridView.)
Protected methodAutoResizeRowHeadersWidth(Int32, DataGridViewRowHeadersWidthSizeMode, Boolean, Boolean)
Adjusts the width of the row headers based on changes to the contents of the header in the specified row and using the specified size mode, optionally calculating the width with the expectation that the row and/or column header widths will subsequently be adjusted.
(Inherited from DataGridView.)
Public methodAutoResizeRows
Adjusts the heights of all rows to fit the contents of all their cells, including the header cells.
(Inherited from DataGridView.)
Public methodAutoResizeRows(DataGridViewAutoSizeRowsMode)
Adjusts the heights of the rows using the specified size mode value.
(Inherited from DataGridView.)
Protected methodAutoResizeRows(DataGridViewAutoSizeRowsMode, Boolean)
Adjusts the heights of all rows using the specified size mode, optionally calculating the heights with the expectation that column widths will subsequently be adjusted.
(Inherited from DataGridView.)
Protected methodAutoResizeRows(Int32, Int32, DataGridViewAutoSizeRowMode, Boolean)
Adjusts the heights of the specified rows using the specified size mode, optionally calculating the heights with the expectation that column widths will subsequently be adjusted.
(Inherited from DataGridView.)
Public methodBeginEdit
Puts the current cell in edit mode.
(Inherited from DataGridView.)
Public methodBeginInvoke(Delegate)
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
(Inherited from Control.)
Public methodBeginInvoke(Delegate, Object)
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
(Inherited from Control.)
Public methodBringToFront
Brings the control to the front of the z-order.
(Inherited from Control.)
Public methodCancelEdit
Cancels edit mode for the currently selected cell and discards any changes.
(Inherited from DataGridView.)
Public methodClearSelection
Clears the current selection by unselecting all selected cells.
(Inherited from DataGridView.)
Protected methodClearSelection(Int32, Int32, Boolean)
Cancels the selection of all currently selected cells except the one indicated, optionally ensuring that the indicated cell is selected.
(Inherited from DataGridView.)
Public methodCommitEdit
Commits changes in the current cell to the data cache without ending edit mode.
(Inherited from DataGridView.)
Public methodContains
Retrieves a value indicating whether the specified control is a child of the control.
(Inherited from Control.)
Protected methodCreateAccessibilityInstance
Creates a new accessible object for the DataGridView.
(Inherited from DataGridView.)
Protected methodCreateColumnsInstance
Creates and returns a new DataGridViewColumnCollection.
(Inherited from DataGridView.)
Public methodCreateControl
Forces the creation of the visible control, including the creation of the handle and any visible child controls.
(Inherited from Control.)
Protected methodCreateControlsInstance (Inherited from DataGridView.)
Public methodCreateGraphics
Creates the Graphics for the control.
(Inherited from Control.)
Protected methodCreateHandle
Creates a handle for the control.
(Inherited from Control.)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Protected methodCreateRowsInstance
Creates and returns a new DataGridViewRowCollection.
(Inherited from DataGridView.)
Protected methodDefWndProc
Sends the specified message to the default window procedure.
(Inherited from Control.)
Protected methodDestroyHandle
Destroys the handle associated with the control.
(Inherited from Control.)
Public methodDisplayedColumnCount
Returns the number of columns displayed to the user.
(Inherited from DataGridView.)
Public methodDisplayedRowCount
Returns the number of rows displayed to the user.
(Inherited from DataGridView.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean) (Inherited from DataGridView.)
Public methodDoDragDrop
Begins a drag-and-drop operation.
(Inherited from Control.)
Public methodDrawToBitmap
Supports rendering to the specified bitmap.
(Inherited from Control.)
Public methodEndEdit
Commits and ends the edit operation on the current cell using the default error context.
(Inherited from DataGridView.)
Public methodEndEdit(DataGridViewDataErrorContexts)
Commits and ends the edit operation on the current cell using the specified error context.
(Inherited from DataGridView.)
Public methodEndInvoke
Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
(Inherited from Control.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodFindForm
Retrieves the form that the control is on.
(Inherited from Control.)
Public methodFocus
Sets input focus to the control.
(Inherited from Control.)
Protected methodGetAccessibilityObjectById (Inherited from DataGridView.)
Protected methodGetAutoSizeMode
Retrieves a value indicating how a control will behave when its AutoSize property is enabled.
(Inherited from Control.)
Public methodGetCellCount
Gets the number of cells that satisfy the provided filter.
(Inherited from DataGridView.)
Public methodGetCellDisplayRectangle
Returns the rectangle that represents the display area for a cell.
(Inherited from DataGridView.)
Public methodGetChildAtPoint(Point)
Retrieves the child control that is located at the specified coordinates.
(Inherited from Control.)
Public methodGetChildAtPoint(Point, GetChildAtPointSkip)
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
(Inherited from Control.)
Public methodGetClipboardContent
Retrieves the formatted values that represent the contents of the selected cells for copying to the Clipboard.
(Inherited from DataGridView.)
Public methodGetColumnDisplayRectangle
Returns the rectangle that represents the display area for a column, as determined by the column index.
(Inherited from DataGridView.)
Public methodGetContainerControl
Returns the next ContainerControl up the control's chain of parent controls.
(Inherited from Control.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetNextControl
Retrieves the next control forward or back in the tab order of child controls.
(Inherited from Control.)
Public methodGetPreferredSize
Retrieves the size of a rectangular area into which a control can be fitted.
(Inherited from Control.)
Public methodGetRowDisplayRectangle
Returns the rectangle that represents the display area for a row, as determined by the row index.
(Inherited from DataGridView.)
Protected methodGetScaledBounds
Retrieves the bounds within which the control is scaled.
(Inherited from Control.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Protected methodGetStyle
Retrieves the value of the specified control style bit for the control.
(Inherited from Control.)
Protected methodGetTopLevel
Determines if the control is a top-level control.
(Inherited from Control.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHide
Conceals the control from the user.
(Inherited from Control.)
Public methodHitTest
Returns location information, such as row and column indices, given x- and y-coordinates.
(Inherited from DataGridView.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodInitLayout
Called after the control has been added to another container.
(Inherited from Control.)
Public methodInvalidate
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from Control.)
Public methodInvalidate(Region)
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 Control.)
Public methodInvalidate(Boolean)
Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from Control.)
Public methodInvalidate(Rectangle)
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 Control.)
Public methodInvalidate(Region, Boolean)
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. Optionally, invalidates the child controls assigned to the control.
(Inherited from Control.)
Public methodInvalidate(Rectangle, Boolean)
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. Optionally, invalidates the child controls assigned to the control.
(Inherited from Control.)
Public methodInvalidateCell(DataGridViewCell)
Invalidates the specified cell of the DataGridView, forcing it to be repainted.
(Inherited from DataGridView.)
Public methodInvalidateCell(Int32, Int32)
Invalidates the cell with the specified row and column indexes, forcing it to be repainted.
(Inherited from DataGridView.)
Public methodInvalidateColumn
Invalidates the specified column of the DataGridView, forcing it to be repainted.
(Inherited from DataGridView.)
Public methodInvalidateRow
Invalidates the specified row of the DataGridView, forcing it to be repainted.
(Inherited from DataGridView.)
Public methodInvoke(Delegate)
Executes the specified delegate on the thread that owns the control's underlying window handle.
(Inherited from Control.)
Public methodInvoke(Delegate, Object)
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.
(Inherited from Control.)
Protected methodInvokeGotFocus
Raises the GotFocus event for the specified control.
(Inherited from Control.)
Protected methodInvokeLostFocus
Raises the LostFocus event for the specified control.
(Inherited from Control.)
Protected methodInvokeOnClick
Raises the Click event for the specified control.
(Inherited from Control.)
Protected methodInvokePaint
Raises the Paint event for the specified control.
(Inherited from Control.)
Protected methodInvokePaintBackground
Raises the PaintBackground event for the specified control.
(Inherited from Control.)
Protected methodIsInputChar
Determines whether a character is an input character that the DataGridView recognizes.
(Inherited from DataGridView.)
Protected methodIsInputKey (Inherited from DataGridView.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodNotifyCurrentCellDirty
Notifies the DataGridView that the current cell has uncommitted changes.
(Inherited from DataGridView.)
Protected methodNotifyInvalidate
Raises the Invalidated event with a specified region of the control to invalidate.
(Inherited from Control.)
Protected methodOnAllowUserToAddRowsChanged
Raises the AllowUserToAddRowsChanged event.
(Inherited from DataGridView.)
Protected methodOnAllowUserToDeleteRowsChanged (Inherited from DataGridView.)
Protected methodOnAllowUserToOrderColumnsChanged (Inherited from DataGridView.)
Protected methodOnAllowUserToResizeColumnsChanged (Inherited from DataGridView.)
Protected methodOnAllowUserToResizeRowsChanged
Raises the AllowUserToResizeRowsChanged event.
(Inherited from DataGridView.)
Protected methodOnAlternatingRowsDefaultCellStyleChanged (Inherited from DataGridView.)
Protected methodOnAutoGenerateColumnsChanged
Raises the AutoGenerateColumnsChanged event.
(Inherited from DataGridView.)
Protected methodOnAutoSizeChanged
Raises the AutoSizeChanged event.
(Inherited from Control.)
Protected methodOnAutoSizeColumnModeChanged
Raises the AutoSizeColumnModeChanged event.
(Inherited from DataGridView.)
Protected methodOnAutoSizeColumnsModeChanged
Raises the AutoSizeColumnsModeChanged event.
(Inherited from DataGridView.)
Protected methodOnAutoSizeRowsModeChanged
Raises the AutoSizeRowsModeChanged event.
(Inherited from DataGridView.)
Protected methodOnBackColorChanged
Raises the BackColorChanged event.
(Inherited from Control.)
Protected methodOnBackgroundColorChanged
Raises the BackgroundColorChanged event.
(Inherited from DataGridView.)
Protected methodOnBackgroundImageChanged
Raises the BackgroundImageChanged event.
(Inherited from Control.)
Protected methodOnBackgroundImageLayoutChanged (Inherited from Control.)
Protected methodOnBindingContextChanged
Raises the BindingContextChanged event.
(Inherited from DataGridView.)
Protected methodOnBorderStyleChanged
Raises the BorderStyleChanged event.
(Inherited from DataGridView.)
Protected methodOnCancelRowEdit
Raises the CancelRowEdit event.
(Inherited from DataGridView.)
Protected methodOnCausesValidationChanged
Raises the CausesValidationChanged event.
(Inherited from Control.)
Protected methodOnCellBeginEdit
Raises the CellBeginEdit event.
(Inherited from DataGridView.)
Protected methodOnCellBorderStyleChanged
Raises the CellBorderStyleChanged event.
(Inherited from DataGridView.)
Protected methodOnCellClick
Raises the CellClick event.
(Inherited from DataGridView.)
Protected methodOnCellContentClick
Raises the CellContentClick event.
(Inherited from DataGridView.)
Protected methodOnCellContentDoubleClick
Raises the CellContentDoubleClick event.
(Inherited from DataGridView.)
Protected methodOnCellContextMenuStripChanged
Raises the CellContextMenuStripChanged event.
(Inherited from DataGridView.)
Protected methodOnCellContextMenuStripNeeded
Raises the CellContextMenuStripNeeded event.
(Inherited from DataGridView.)
Protected methodOnCellDoubleClick
Raises the CellDoubleClick event.
(Inherited from DataGridView.)
Protected methodOnCellEndEdit
Raises the CellEndEdit event.
(Inherited from DataGridView.)
Protected methodOnCellEnter
Raises the CellEnter event.
(Inherited from DataGridView.)
Protected methodOnCellErrorTextChanged
Raises the CellErrorTextChanged event.
(Inherited from DataGridView.)
Protected methodOnCellErrorTextNeeded
Raises the CellErrorTextNeeded event.
(Inherited from DataGridView.)
Protected methodOnCellFormatting
Raises the CellFormatting event.
(Inherited from DataGridView.)
Protected methodOnCellLeave
Raises the CellLeave event.
(Inherited from DataGridView.)
Protected methodOnCellMouseClick
Raises the CellMouseClick event.
(Inherited from DataGridView.)
Protected methodOnCellMouseDoubleClick
Raises the CellMouseDoubleClick event.
(Inherited from DataGridView.)
Protected methodOnCellMouseDown
Raises the CellMouseDown event.
(Inherited from DataGridView.)
Protected methodOnCellMouseEnter
Raises the CellMouseEnter event.
(Inherited from DataGridView.)
Protected methodOnCellMouseLeave
Raises the CellMouseLeave event.
(Inherited from DataGridView.)
Protected methodOnCellMouseMove
Raises the CellMouseMove event.
(Inherited from DataGridView.)
Protected methodOnCellMouseUp
Raises the CellMouseUp event.
(Inherited from DataGridView.)
Protected methodOnCellPainting
Raises the CellPainting event.
(Inherited from DataGridView.)
Protected methodOnCellParsing
Raises the CellParsing event.
(Inherited from DataGridView.)
Protected methodOnCellStateChanged
Raises the CellStateChanged event.
(Inherited from DataGridView.)
Protected methodOnCellStyleChanged
Raises the CellStyleChanged event.
(Inherited from DataGridView.)
Protected methodOnCellStyleContentChanged
Raises the CellStyleContentChanged event.
(Inherited from DataGridView.)
Protected methodOnCellToolTipTextChanged
Raises the CellToolTipTextChanged event.
(Inherited from DataGridView.)
Protected methodOnCellToolTipTextNeeded
Raises the CellToolTipTextNeeded event.
(Inherited from DataGridView.)
Protected methodOnCellValidated
Raises the CellValidated event.
(Inherited from DataGridView.)
Protected methodOnCellValidating
Raises the CellValidating event.
(Inherited from DataGridView.)
Protected methodOnCellValueChanged
Raises the CellValueChanged event.
(Inherited from DataGridView.)
Protected methodOnCellValueNeeded
Raises the CellValueNeeded event.
(Inherited from DataGridView.)
Protected methodOnCellValuePushed
Raises the CellValuePushed event.
(Inherited from DataGridView.)
Protected methodOnChangeUICues
Raises the ChangeUICues event.
(Inherited from Control.)
Protected methodOnClick
Raises the Click event.
(Inherited from Control.)
Protected methodOnClientSizeChanged
Raises the ClientSizeChanged event.
(Inherited from Control.)
Protected methodOnColumnAdded
Raises the ColumnAdded event.
(Inherited from DataGridView.)
Protected methodOnColumnContextMenuStripChanged (Inherited from DataGridView.)
Protected methodOnColumnDataPropertyNameChanged (Inherited from DataGridView.)
Protected methodOnColumnDefaultCellStyleChanged (Inherited from DataGridView.)
Protected methodOnColumnDisplayIndexChanged
Raises the ColumnDisplayIndexChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnDividerDoubleClick
Raises the ColumnDividerDoubleClick event.
(Inherited from DataGridView.)
Protected methodOnColumnDividerWidthChanged
Raises the ColumnDividerWidthChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnHeaderCellChanged
Raises the ColumnHeaderCellChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnHeaderMouseClick
Raises the ColumnHeaderMouseClick event.
(Inherited from DataGridView.)
Protected methodOnColumnHeaderMouseDoubleClick (Inherited from DataGridView.)
Protected methodOnColumnHeadersBorderStyleChanged (Inherited from DataGridView.)
Protected methodOnColumnHeadersDefaultCellStyleChanged (Inherited from DataGridView.)
Protected methodOnColumnHeadersHeightChanged
Raises the ColumnHeadersHeightChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnHeadersHeightSizeModeChanged (Inherited from DataGridView.)
Protected methodOnColumnMinimumWidthChanged
Raises the ColumnMinimumWidthChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnNameChanged
Raises the ColumnNameChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnRemoved
Raises the ColumnRemoved event.
(Inherited from DataGridView.)
Protected methodOnColumnSortModeChanged
Raises the ColumnSortModeChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnStateChanged
Raises the ColumnStateChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnToolTipTextChanged
Raises the ColumnToolTipTextChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnWidthChanged
Raises the ColumnWidthChanged event.
(Inherited from DataGridView.)
Protected methodOnContextMenuChanged
Raises the ContextMenuChanged event.
(Inherited from Control.)
Protected methodOnContextMenuStripChanged
Raises the ContextMenuStripChanged event.
(Inherited from Control.)
Protected methodOnControlAdded
Raises the ControlAdded event.
(Inherited from Control.)
Protected methodOnControlRemoved
Raises the ControlRemoved event.
(Inherited from Control.)
Protected methodOnCreateControl
OnCreateControl 재정의 이벤트
(Overrides ControlOnCreateControl.)
Protected methodOnCurrentCellChanged
Raises the CurrentCellChanged event.
(Inherited from DataGridView.)
Protected methodOnCurrentCellDirtyStateChanged (Inherited from DataGridView.)
Protected methodOnCursorChanged
Raises the CursorChanged event and updates the UserSetCursor property if the cursor was changed in user code.
(Inherited from DataGridView.)
Protected methodOnDataBindingComplete
Raises the DataBindingComplete event.
(Inherited from DataGridView.)
Protected methodOnDataError
Raises the DataError event.
(Inherited from DataGridView.)
Protected methodOnDataMemberChanged
Raises the DataMemberChanged event.
(Inherited from DataGridView.)
Protected methodOnDataSourceChanged
Raises the DataSourceChanged event.
(Inherited from DataGridView.)
Protected methodOnDefaultCellStyleChanged
Raises the DefaultCellStyleChanged event.
(Inherited from DataGridView.)
Protected methodOnDefaultValuesNeeded
Raises the DefaultValuesNeeded event.
(Inherited from DataGridView.)
Protected methodOnDockChanged
Raises the DockChanged event.
(Inherited from Control.)
Protected methodOnDoubleClick
Raises the DoubleClick event.
(Inherited from DataGridView.)
Protected methodOnDragDrop
Raises the DragDrop event.
(Inherited from Control.)
Protected methodOnDragEnter
Raises the DragEnter event.
(Inherited from Control.)
Protected methodOnDragLeave
Raises the DragLeave event.
(Inherited from Control.)
Protected methodOnDragOver
Raises the DragOver event.
(Inherited from Control.)
Protected methodOnEditingControlShowing
Raises the EditingControlShowing event.
(Inherited from DataGridView.)
Protected methodOnEditModeChanged
Raises the EditModeChanged event.
(Inherited from DataGridView.)
Protected methodOnEnabledChanged (Inherited from DataGridView.)
Protected methodOnEnter
Raises the Enter event.
(Inherited from DataGridView.)
Protected methodOnFontChanged
Raises the FontChanged event.
(Inherited from DataGridView.)
Protected methodOnForeColorChanged
Raises the ForeColorChanged event.
(Inherited from DataGridView.)
Protected methodOnGiveFeedback
Raises the GiveFeedback event.
(Inherited from Control.)
Protected methodOnGotFocus (Inherited from DataGridView.)
Protected methodOnGridColorChanged
Raises the GridColorChanged event.
(Inherited from DataGridView.)
Protected methodOnHandleCreated
Raises the HandleCreated event.
(Inherited from DataGridView.)
Protected methodOnHandleDestroyed (Inherited from DataGridView.)
Protected methodOnHelpRequested
Raises the HelpRequested event.
(Inherited from Control.)
Protected methodOnImeModeChanged
Raises the ImeModeChanged event.
(Inherited from Control.)
Protected methodOnInvalidated
Raises the Invalidated event.
(Inherited from Control.)
Protected methodOnKeyDown
Raises the KeyDown event.
(Inherited from DataGridView.)
Protected methodOnKeyPress
Raises the KeyPress event.
(Inherited from DataGridView.)
Protected methodOnKeyUp
Raises the KeyUp event.
(Inherited from DataGridView.)
Protected methodOnLayout
Raises the Layout event.
(Inherited from DataGridView.)
Protected methodOnLeave
Raises the Leave event.
(Inherited from DataGridView.)
Protected methodOnLocationChanged
Raises the LocationChanged event.
(Inherited from Control.)
Protected methodOnLostFocus (Inherited from DataGridView.)
Protected methodOnMarginChanged
Raises the MarginChanged event.
(Inherited from Control.)
Protected methodOnMouseCaptureChanged
Raises the MouseCaptureChanged event.
(Inherited from Control.)
Protected methodOnMouseClick
Raises the MouseClick event.
(Inherited from DataGridView.)
Protected methodOnMouseDoubleClick (Inherited from DataGridView.)
Protected methodOnMouseDown
Raises the MouseDown event.
(Inherited from DataGridView.)
Protected methodOnMouseEnter (Inherited from DataGridView.)
Protected methodOnMouseHover
Raises the MouseHover event.
(Inherited from Control.)
Protected methodOnMouseLeave
Raises the MouseLeave event.
(Inherited from DataGridView.)
Protected methodOnMouseMove
Raises the MouseMove event.
(Inherited from DataGridView.)
Protected methodOnMouseUp
Raises the MouseUp event.
(Inherited from DataGridView.)
Protected methodOnMouseWheel (Inherited from DataGridView.)
Protected methodOnMove
Raises the Move event.
(Inherited from Control.)
Protected methodOnMultiSelectChanged
Raises the MultiSelectChanged event.
(Inherited from DataGridView.)
Protected methodOnNewRowNeeded
Raises the NewRowNeeded event.
(Inherited from DataGridView.)
Protected methodOnNotifyMessage
Notifies the control of Windows messages.
(Inherited from Control.)
Protected methodOnPaddingChanged
Raises the PaddingChanged event.
(Inherited from Control.)
Protected methodOnPaint
Raises the Paint event.
(Inherited from DataGridView.)
Protected methodOnPaintBackground
Paints the background of the control.
(Inherited from Control.)
Protected methodOnParentBackColorChanged
Raises the BackColorChanged event when the BackColor property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentBackgroundImageChanged
Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentBindingContextChanged
Raises the BindingContextChanged event when the BindingContext property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentChanged
Raises the ParentChanged event.
(Inherited from Control.)
Protected methodOnParentCursorChanged
Raises the CursorChanged event.
(Inherited from Control.)
Protected methodOnParentEnabledChanged
Raises the EnabledChanged event when the Enabled property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentFontChanged
Raises the FontChanged event when the Font property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentForeColorChanged
Raises the ForeColorChanged event when the ForeColor property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentRightToLeftChanged
Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentVisibleChanged
Raises the VisibleChanged event when the Visible property value of the control's container changes.
(Inherited from Control.)
Protected methodOnPreviewKeyDown
Raises the PreviewKeyDown event.
(Inherited from Control.)
Protected methodOnPrint
Raises the Paint event.
(Inherited from Control.)
Protected methodOnQueryContinueDrag
Raises the QueryContinueDrag event.
(Inherited from Control.)
Protected methodOnReadOnlyChanged
Raises the ReadOnlyChanged event.
(Inherited from DataGridView.)
Protected methodOnRegionChanged
Raises the RegionChanged event.
(Inherited from Control.)
Protected methodOnResize
Raises the Resize event.
(Inherited from DataGridView.)
Protected methodOnRightToLeftChanged (Inherited from DataGridView.)
Protected methodOnRowContextMenuStripChanged
Raises the RowContextMenuStripChanged event.
(Inherited from DataGridView.)
Protected methodOnRowContextMenuStripNeeded
Raises the RowContextMenuStripNeeded event.
(Inherited from DataGridView.)
Protected methodOnRowDefaultCellStyleChanged
Raises the RowDefaultCellStyleChanged event.
(Inherited from DataGridView.)
Protected methodOnRowDirtyStateNeeded
Raises the RowDirtyStateNeeded event.
(Inherited from DataGridView.)
Protected methodOnRowDividerDoubleClick
Raises the RowDividerDoubleClick event.
(Inherited from DataGridView.)
Protected methodOnRowDividerHeightChanged
Raises the RowDividerHeightChanged event.
(Inherited from DataGridView.)
Protected methodOnRowEnter
Raises the RowEnter event.
(Inherited from DataGridView.)
Protected methodOnRowErrorTextChanged
Raises the RowErrorTextChanged event.
(Inherited from DataGridView.)
Protected methodOnRowErrorTextNeeded
Raises the RowErrorTextNeeded event.
(Inherited from DataGridView.)
Protected methodOnRowHeaderCellChanged
Raises the RowHeaderCellChanged event.
(Inherited from DataGridView.)
Protected methodOnRowHeaderMouseClick
Raises the RowHeaderMouseClick event.
(Inherited from DataGridView.)
Protected methodOnRowHeaderMouseDoubleClick
Raises the RowHeaderMouseDoubleClick event.
(Inherited from DataGridView.)
Protected methodOnRowHeadersBorderStyleChanged
Raises the RowHeadersBorderStyleChanged event.
(Inherited from DataGridView.)
Protected methodOnRowHeadersDefaultCellStyleChanged (Inherited from DataGridView.)
Protected methodOnRowHeadersWidthChanged
Raises the RowHeadersWidthChanged event.
(Inherited from DataGridView.)
Protected methodOnRowHeadersWidthSizeModeChanged (Inherited from DataGridView.)
Protected methodOnRowHeightChanged
Raises the RowHeightChanged event.
(Inherited from DataGridView.)
Protected methodOnRowHeightInfoNeeded
Raises the RowHeightInfoNeeded event.
(Inherited from DataGridView.)
Protected methodOnRowHeightInfoPushed
Raises the RowHeightInfoPushed event.
(Inherited from DataGridView.)
Protected methodOnRowLeave
Raises the RowLeave event.
(Inherited from DataGridView.)
Protected methodOnRowMinimumHeightChanged
Raises the RowMinimumHeightChanged event.
(Inherited from DataGridView.)
Protected methodOnRowPostPaint
OnRowPostPaint 재정의 이벤트
(Overrides DataGridViewOnRowPostPaint(DataGridViewRowPostPaintEventArgs).)
Protected methodOnRowPrePaint
Raises the RowPrePaint event.
(Inherited from DataGridView.)
Protected methodOnRowsAdded
Raises the RowsAdded event.
(Inherited from DataGridView.)
Protected methodOnRowsDefaultCellStyleChanged
Raises the RowsDefaultCellStyleChanged event.
(Inherited from DataGridView.)
Protected methodOnRowsRemoved
Raises the RowsRemoved event.
(Inherited from DataGridView.)
Protected methodOnRowStateChanged
Raises the RowStateChanged event.
(Inherited from DataGridView.)
Protected methodOnRowUnshared
Raises the RowUnshared event.
(Inherited from DataGridView.)
Protected methodOnRowValidated
Raises the RowValidated event.
(Inherited from DataGridView.)
Protected methodOnRowValidating
Raises the RowValidating event.
(Inherited from DataGridView.)
Protected methodOnScroll
Raises the Scroll event.
(Inherited from DataGridView.)
Protected methodOnSelectionChanged
Raises the SelectionChanged event.
(Inherited from DataGridView.)
Protected methodOnSizeChanged
Raises the SizeChanged event.
(Inherited from Control.)
Protected methodOnSortCompare
Raises the SortCompare event.
(Inherited from DataGridView.)
Protected methodOnSorted
Raises the Sorted event.
(Inherited from DataGridView.)
Protected methodOnStyleChanged
Raises the StyleChanged event.
(Inherited from Control.)
Protected methodOnSystemColorsChanged
Raises the SystemColorsChanged event.
(Inherited from Control.)
Protected methodOnTabIndexChanged
Raises the TabIndexChanged event.
(Inherited from Control.)
Protected methodOnTabStopChanged
Raises the TabStopChanged event.
(Inherited from Control.)
Protected methodOnTextChanged
Raises the TextChanged event.
(Inherited from Control.)
Protected methodOnUserAddedRow
Raises the UserAddedRow event.
(Inherited from DataGridView.)
Protected methodOnUserDeletedRow
Raises the UserDeletedRow event.
(Inherited from DataGridView.)
Protected methodOnUserDeletingRow
Raises the UserDeletingRow event.
(Inherited from DataGridView.)
Protected methodOnValidated
Raises the Validated event.
(Inherited from Control.)
Protected methodOnValidating
Raises the Validating event.
(Inherited from DataGridView.)
Protected methodOnVisibleChanged (Inherited from DataGridView.)
Protected methodPaintBackground
Paints the background of the DataGridView.
(Inherited from DataGridView.)
Public methodPerformLayout
Forces the control to apply layout logic to all its child controls.
(Inherited from Control.)
Public methodPerformLayout(Control, String)
Forces the control to apply layout logic to all its child controls.
(Inherited from Control.)
Public methodPointToClient
Computes the location of the specified screen point into client coordinates.
(Inherited from Control.)
Public methodPointToScreen
Computes the location of the specified client point into screen coordinates.
(Inherited from Control.)
Public methodPreProcessControlMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control.)
Public methodPreProcessMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control.)
Protected methodProcessAKey
Processes the A key.
(Inherited from DataGridView.)
Protected methodProcessCmdKey
Processes a command key.
(Inherited from Control.)
Protected methodProcessDataGridViewKey
Processes keys used for navigating in the DataGridView.
(Inherited from DataGridView.)
Protected methodProcessDeleteKey
Processes the DELETE key.
(Inherited from DataGridView.)
Protected methodProcessDialogChar
Processes a dialog character.
(Inherited from Control.)
Protected methodProcessDialogKey
Processes keys, such as the TAB, ESCAPE, ENTER, and ARROW keys, used to control dialog boxes.
(Inherited from DataGridView.)
Protected methodProcessDownKey
Processes the DOWN ARROW key.
(Inherited from DataGridView.)
Protected methodProcessEndKey
Processes the END key.
(Inherited from DataGridView.)
Protected methodProcessEnterKey
Processes the ENTER key.
(Inherited from DataGridView.)
Protected methodProcessEscapeKey
Processes the ESC key.
(Inherited from DataGridView.)
Protected methodProcessF2Key
Processes the F2 key.
(Inherited from DataGridView.)
Protected methodProcessHomeKey
Processes the HOME key.
(Inherited from DataGridView.)
Protected methodProcessInsertKey
Processes the INSERT key.
(Inherited from DataGridView.)
Protected methodProcessKeyEventArgs
Processes a key message and generates the appropriate control events.
(Inherited from DataGridView.)
Protected methodProcessKeyMessage
Processes a keyboard message.
(Inherited from Control.)
Protected methodProcessKeyPreview
Previews a keyboard message.
(Inherited from DataGridView.)
Protected methodProcessLeftKey
Processes the LEFT ARROW key.
(Inherited from DataGridView.)
Protected methodProcessMnemonic
Processes a mnemonic character.
(Inherited from Control.)
Protected methodProcessNextKey
Processes the PAGE DOWN key.
(Inherited from DataGridView.)
Protected methodProcessPriorKey
Processes the PAGE UP key.
(Inherited from DataGridView.)
Protected methodProcessRightKey
Processes the RIGHT ARROW key.
(Inherited from DataGridView.)
Protected methodProcessSpaceKey
Processes the SPACEBAR.
(Inherited from DataGridView.)
Protected methodProcessTabKey
Processes the TAB key.
(Inherited from DataGridView.)
Protected methodProcessUpKey
Processes the UP ARROW key.
(Inherited from DataGridView.)
Protected methodProcessZeroKey
Processes the 0 key.
(Inherited from DataGridView.)
Protected methodRaiseDragEvent
Raises the appropriate drag event.
(Inherited from Control.)
Protected methodRaiseKeyEvent
Raises the appropriate key event.
(Inherited from Control.)
Protected methodRaiseMouseEvent
Raises the appropriate mouse event.
(Inherited from Control.)
Protected methodRaisePaintEvent
Raises the appropriate paint event.
(Inherited from Control.)
Protected methodRecreateHandle
Forces the re-creation of the handle for the control.
(Inherited from Control.)
Public methodRectangleToClient
Computes the size and location of the specified screen rectangle in client coordinates.
(Inherited from Control.)
Public methodRectangleToScreen
Computes the size and location of the specified client rectangle in screen coordinates.
(Inherited from Control.)
Public methodRefresh
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Inherited from Control.)
Public methodRefreshEdit
Refreshes the value of the current cell with the underlying cell value when the cell is in edit mode, discarding any previous value.
(Inherited from DataGridView.)
Protected methodResetMouseEventArgs
Resets the control to handle the MouseLeave event.
(Inherited from Control.)
Public methodResumeLayout
Resumes usual layout logic.
(Inherited from Control.)
Public methodResumeLayout(Boolean)
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
(Inherited from Control.)
Protected methodRtlTranslateAlignment(HorizontalAlignment)
Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateAlignment(LeftRightAlignment)
Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateAlignment(ContentAlignment)
Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateContent
Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateHorizontal
Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateLeftRight
Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
(Inherited from Control.)
Public methodScale
Scales the control and all child controls by the specified scaling factor.
(Inherited from Control.)
Protected methodScaleControl
Scales a control's location, size, padding and margin.
(Inherited from Control.)
Public methodSelect
Activates the control.
(Inherited from Control.)
Protected methodSelect(Boolean, Boolean)
Activates a child control. Optionally specifies the direction in the tab order to select the control from.
(Inherited from Control.)
Public methodSelectAll
Selects all the cells in the DataGridView.
(Inherited from DataGridView.)
Public methodSelectNextControl
Activates the next control.
(Inherited from Control.)
Public methodSendToBack
Sends the control to the back of the z-order.
(Inherited from Control.)
Protected methodSetAutoSizeMode
Sets a value indicating how a control will behave when its AutoSize property is enabled.
(Inherited from Control.)
Public methodSetBounds(Int32, Int32, Int32, Int32)
Sets the bounds of the control to the specified location and size.
(Inherited from Control.)
Public methodSetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)
Sets the specified bounds of the control to the specified location and size.
(Inherited from Control.)
Protected methodSetBoundsCore (Inherited from DataGridView.)
Protected methodSetClientSizeCore
Sets the size of the client area of the control.
(Inherited from Control.)
Protected methodSetCurrentCellAddressCore
Sets the currently active cell.
(Inherited from DataGridView.)
Protected methodSetSelectedCellCore
Changes the selection state of the cell with the specified row and column indexes.
(Inherited from DataGridView.)
Protected methodSetSelectedColumnCore
Changes the selection state of the column with the specified index.
(Inherited from DataGridView.)
Protected methodSetSelectedRowCore
Changes the selection state of the row with the specified index.
(Inherited from DataGridView.)
Protected methodSetStyle
Sets a specified ControlStyles flag to either true or false.
(Inherited from Control.)
Protected methodSetTopLevel
Sets the control as the top-level control.
(Inherited from Control.)
Protected methodSetVisibleCore
Sets the control to the specified visible state.
(Inherited from Control.)
Public methodShow
Displays the control to the user.
(Inherited from Control.)
Protected methodSizeFromClientSize
Determines the size of the entire control from the height and width of its client area.
(Inherited from Control.)
Public methodSort(IComparer)
Sorts the contents of the DataGridView control using an implementation of the IComparer interface.
(Inherited from DataGridView.)
Public methodSort(DataGridViewColumn, ListSortDirection)
Sorts the contents of the DataGridView control in ascending or descending order based on the contents of the specified column.
(Inherited from DataGridView.)
Public methodSuspendLayout
Temporarily suspends the layout logic for the control.
(Inherited from Control.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Public methodUpdate
Causes the control to redraw the invalidated regions within its client area.
(Inherited from Control.)
Protected methodUpdateBounds
Updates the bounds of the control with the current size and location.
(Inherited from Control.)
Protected methodUpdateBounds(Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size and location.
(Inherited from Control.)
Protected methodUpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size, location, and client size.
(Inherited from Control.)
Public methodUpdateCellErrorText
Forces the cell at the specified location to update its error text.
(Inherited from DataGridView.)
Public methodUpdateCellValue
Forces the control to update its display of the cell at the specified location based on its new value, applying any automatic sizing modes currently in effect.
(Inherited from DataGridView.)
Public methodUpdateRowErrorText(Int32)
Forces the row at the given row index to update its error text.
(Inherited from DataGridView.)
Public methodUpdateRowErrorText(Int32, Int32)
Forces the rows in the given range to update their error text.
(Inherited from DataGridView.)
Public methodUpdateRowHeightInfo
Forces the specified row or rows to update their height information.
(Inherited from DataGridView.)
Protected methodUpdateStyles
Forces the assigned styles to be reapplied to the control.
(Inherited from Control.)
Protected methodUpdateZOrder
Updates the control in its parent's z-order.
(Inherited from Control.)
Protected methodWndProc
Processes window messages.
(Inherited from DataGridView.)
Top
Events
  NameDescription
Public eventAllowUserToAddRowsChanged
Occurs when the value of the AllowUserToAddRows property changes.
(Inherited from DataGridView.)
Public eventAllowUserToDeleteRowsChanged
Occurs when the value of the AllowUserToDeleteRowsChanged property changes.
(Inherited from DataGridView.)
Public eventAllowUserToOrderColumnsChanged
Occurs when the value of the AllowUserToOrderColumns property changes.
(Inherited from DataGridView.)
Public eventAllowUserToResizeColumnsChanged
Occurs when the value of the AllowUserToResizeColumns property changes.
(Inherited from DataGridView.)
Public eventAllowUserToResizeRowsChanged
Occurs when the value of the AllowUserToResizeRows property changes.
(Inherited from DataGridView.)
Public eventAlternatingRowsDefaultCellStyleChanged
Occurs when the value of the AlternatingRowsDefaultCellStyle property changes.
(Inherited from DataGridView.)
Public eventAutoGenerateColumnsChanged
Occurs when the value of the AutoGenerateColumnsChanged property changes.
(Inherited from DataGridView.)
Public eventAutoSizeColumnModeChanged
Occurs when the value of the AutoSizeMode property of a column changes.
(Inherited from DataGridView.)
Public eventAutoSizeColumnsModeChanged
Occurs when the value of the AutoSizeColumnsMode property changes.
(Inherited from DataGridView.)
Public eventAutoSizeRowsModeChanged
Occurs when the value of the DataGridViewAutoSizeRowsMode property changes.
(Inherited from DataGridView.)
Public eventBackColorChanged
Occurs when the value of the BackColor property changes.
(Inherited from Control.)
Public eventBackgroundColorChanged
Occurs when the value of the BackgroundColor property changes.
(Inherited from DataGridView.)
Public eventBackgroundImageChanged
Occurs when the value of the BackgroundImage property changes.
(Inherited from Control.)
Public eventBackgroundImageLayoutChanged
Occurs when the BackgroundImageLayout property changes.
(Inherited from Control.)
Public eventBindingContextChanged
Occurs when the value of the BindingContext property changes.
(Inherited from Control.)
Public eventBorderStyleChanged
Occurs when the value of the BorderStyle property changes.
(Inherited from DataGridView.)
Public eventCancelRowEdit
Occurs when the VirtualMode property of a DataGridView control is true and the cancels edits in a row.
(Inherited from DataGridView.)
Public eventCausesValidationChanged
Occurs when the value of the CausesValidation property changes.
(Inherited from Control.)
Public eventCellBeginEdit
Occurs when edit mode starts for the selected cell.
(Inherited from DataGridView.)
Public eventCellBorderStyleChanged
Occurs when the border style of a cell changes.
(Inherited from DataGridView.)
Public eventCellClick
Occurs when any part of a cell is clicked.
(Inherited from DataGridView.)
Public eventCellContentClick
Occurs when the content within a cell is clicked.
(Inherited from DataGridView.)
Public eventCellContentDoubleClick
Occurs when the user double-clicks a cell's contents.
(Inherited from DataGridView.)
Public eventCellContextMenuStripChanged
Occurs when the ContextMenuStrip property changes.
(Inherited from DataGridView.)
Public eventCellContextMenuStripNeeded
Occurs when a cell's shortcut menu is needed.
(Inherited from DataGridView.)
Public eventCellDoubleClick
Occurs when the user double-clicks anywhere in a cell.
(Inherited from DataGridView.)
Public eventCellEndEdit
Occurs when edit mode stops for the currently selected cell.
(Inherited from DataGridView.)
Public eventCellEnter
Occurs when the current cell changes in the DataGridView control or when the control receives input focus.
(Inherited from DataGridView.)
Public eventCellErrorTextChanged
Occurs when the value of the ErrorText property of a cell changes.
(Inherited from DataGridView.)
Public eventCellErrorTextNeeded
Occurs when a cell's error text is needed.
(Inherited from DataGridView.)
Public eventCellFormatting
Occurs when the contents of a cell need to be formatted for display.
(Inherited from DataGridView.)
Public eventCellLeave
Occurs when a cell loses input focus and is no longer the current cell.
(Inherited from DataGridView.)
Public eventCellMouseClick
Occurs whenever the user clicks anywhere on a cell with the mouse.
(Inherited from DataGridView.)
Public eventCellMouseDoubleClick
Occurs when a cell within the DataGridView is double-clicked.
(Inherited from DataGridView.)
Public eventCellMouseDown
Occurs when the user presses a mouse button while the mouse pointer is within the boundaries of a cell.
(Inherited from DataGridView.)
Public eventCellMouseEnter
Occurs when the mouse pointer enters a cell.
(Inherited from DataGridView.)
Public eventCellMouseLeave
Occurs when the mouse pointer leaves a cell.
(Inherited from DataGridView.)
Public eventCellMouseMove
Occurs when the mouse pointer moves over the DataGridView control.
(Inherited from DataGridView.)
Public eventCellMouseUp
Occurs when the user releases a mouse button while over a cell.
(Inherited from DataGridView.)
Public eventCellPainting
Occurs when a cell needs to be drawn.
(Inherited from DataGridView.)
Public eventCellParsing
Occurs when a cell leaves edit mode if the cell value has been modified.
(Inherited from DataGridView.)
Public eventCellStateChanged
Occurs when a cell state changes, such as when the cell loses or gains focus.
(Inherited from DataGridView.)
Public eventCellStyleChanged
Occurs when the Style property of a DataGridViewCell changes.
(Inherited from DataGridView.)
Public eventCellStyleContentChanged
Occurs when one of the values of a cell style changes.
(Inherited from DataGridView.)
Public eventCellToolTipTextChanged
Occurs when the ToolTipText property value changes for a cell in the DataGridView.
(Inherited from DataGridView.)
Public eventCellToolTipTextNeeded
Occurs when a cell's ToolTip text is needed.
(Inherited from DataGridView.)
Public eventCellValidated
Occurs after the cell has finished validating.
(Inherited from DataGridView.)
Public eventCellValidating
Occurs when a cell loses input focus, enabling content validation.
(Inherited from DataGridView.)
Public eventCellValueChanged
Occurs when the value of a cell changes.
(Inherited from DataGridView.)
Public eventCellValueNeeded
Occurs when the VirtualMode property of the DataGridView control is true and the DataGridView requires a value for a cell in order to format and display the cell.
(Inherited from DataGridView.)
Public eventCellValuePushed
Occurs when the VirtualMode property of the DataGridView control is true and a cell value has changed and requires storage in the underlying data source.
(Inherited from DataGridView.)
Public eventChangeUICues
Occurs when the focus or keyboard user interface (UI) cues change.
(Inherited from Control.)
Public eventClick
Occurs when the control is clicked.
(Inherited from Control.)
Public eventClientSizeChanged
Occurs when the value of the ClientSize property changes.
(Inherited from Control.)
Public eventColumnAdded
Occurs when a column is added to the control.
(Inherited from DataGridView.)
Public eventColumnContextMenuStripChanged
Occurs when the ContextMenuStrip property of a column changes.
(Inherited from DataGridView.)
Public eventColumnDataPropertyNameChanged
Occurs when the value of the DataPropertyName property for a column changes.
(Inherited from DataGridView.)
Public eventColumnDefaultCellStyleChanged
Occurs when the value of the DefaultCellStyle property for a column changes.
(Inherited from DataGridView.)
Public eventColumnDisplayIndexChanged
Occurs when the value the DisplayIndex property for a column changes.
(Inherited from DataGridView.)
Public eventColumnDividerDoubleClick
Occurs when the user double-clicks a divider between two columns.
(Inherited from DataGridView.)
Public eventColumnDividerWidthChanged
Occurs when the DividerWidth property changes.
(Inherited from DataGridView.)
Public eventColumnHeaderCellChanged
Occurs when the contents of a column header cell change.
(Inherited from DataGridView.)
Public eventColumnHeaderMouseClick
Occurs when the user clicks a column header.
(Inherited from DataGridView.)
Public eventColumnHeaderMouseDoubleClick
Occurs when a column header is double-clicked.
(Inherited from DataGridView.)
Public eventColumnHeadersBorderStyleChanged
Occurs when the ColumnHeadersBorderStyle property changes.
(Inherited from DataGridView.)
Public eventColumnHeadersDefaultCellStyleChanged
Occurs when the value of the ColumnHeadersDefaultCellStyle property changes.
(Inherited from DataGridView.)
Public eventColumnHeadersHeightChanged
Occurs when the value of the ColumnHeadersHeight property changes.
(Inherited from DataGridView.)
Public eventColumnHeadersHeightSizeModeChanged
Occurs when the value of the ColumnHeadersHeightSizeMode property changes.
(Inherited from DataGridView.)
Public eventColumnMinimumWidthChanged
Occurs when the value of the MinimumWidth property for a column changes.
(Inherited from DataGridView.)
Public eventColumnNameChanged
Occurs when the value of the Name property for a column changes.
(Inherited from DataGridView.)
Public eventColumnRemoved
Occurs when a column is removed from the control.
(Inherited from DataGridView.)
Public eventColumnSortModeChanged
Occurs when the value of the SortMode property for a column changes.
(Inherited from DataGridView.)
Public eventColumnStateChanged
Occurs when a column changes state, such as gaining or losing focus.
(Inherited from DataGridView.)
Public eventColumnToolTipTextChanged
Occurs when the ToolTipText property value changes for a column in the DataGridView.
(Inherited from DataGridView.)
Public eventColumnWidthChanged
Occurs when the value of the Width property for a column changes.
(Inherited from DataGridView.)
Public eventContextMenuChanged
Occurs when the value of the ContextMenu property changes.
(Inherited from Control.)
Public eventContextMenuStripChanged
Occurs when the value of the ContextMenuStrip property changes.
(Inherited from Control.)
Public eventControlAdded (Inherited from Control.)
Public eventControlRemoved (Inherited from Control.)
Public eventCurrentCellChanged
Occurs when the CurrentCell property changes.
(Inherited from DataGridView.)
Public eventCurrentCellDirtyStateChanged
Occurs when the state of a cell changes in relation to a change in its contents.
(Inherited from DataGridView.)
Public eventCursorChanged
Occurs when the value of the Cursor property changes.
(Inherited from Control.)
Public eventDataBindingComplete
Occurs after a data-binding operation has finished.
(Inherited from DataGridView.)
Public eventDataError
Occurs 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 DataGridView.)
Public eventDataMemberChanged
Occurs when value of the DataMember property changes.
(Inherited from DataGridView.)
Public eventDataSourceChanged
Occurs when the value of the DataSource property changes.
(Inherited from DataGridView.)
Public eventDefaultCellStyleChanged
Occurs when the value of the DefaultCellStyle property changes.
(Inherited from DataGridView.)
Public eventDefaultValuesNeeded
Occurs when the user enters the row for new records so that it can be populated with default values.
(Inherited from DataGridView.)
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventDockChanged
Occurs when the value of the Dock property changes.
(Inherited from Control.)
Public eventDoubleClick
Occurs when the control is double-clicked.
(Inherited from Control.)
Public eventDragDrop
Occurs when a drag-and-drop operation is completed.
(Inherited from Control.)
Public eventDragEnter
Occurs when an object is dragged into the control's bounds.
(Inherited from Control.)
Public eventDragLeave
Occurs when an object is dragged out of the control's bounds.
(Inherited from Control.)
Public eventDragOver
Occurs when an object is dragged over the control's bounds.
(Inherited from Control.)
Public eventEditingControlShowing
Occurs when a control for editing a cell is showing.
(Inherited from DataGridView.)
Public eventEditModeChanged
Occurs when the value of the EditMode property changes.
(Inherited from DataGridView.)
Public eventEnabledChanged
Occurs when the Enabled property value has changed.
(Inherited from Control.)
Public eventEnter
Occurs when the control is entered.
(Inherited from Control.)
Public eventFontChanged
Occurs when the Font property value changes.
(Inherited from DataGridView.)
Public eventForeColorChanged
Occurs when the ForeColor property value changes.
(Inherited from DataGridView.)
Public eventGiveFeedback
Occurs during a drag operation.
(Inherited from Control.)
Public eventGotFocus
Occurs when the control receives focus.
(Inherited from Control.)
Public eventGridColorChanged
Occurs when the value of the GridColor property changes.
(Inherited from DataGridView.)
Public eventHandleCreated
Occurs when a handle is created for the control.
(Inherited from Control.)
Public eventHandleDestroyed
Occurs when the control's handle is in the process of being destroyed.
(Inherited from Control.)
Public eventHelpRequested
Occurs when the user requests help for a control.
(Inherited from Control.)
Public eventImeModeChanged
Occurs when the ImeMode property has changed.
(Inherited from Control.)
Public eventInvalidated
Occurs when a control's display requires redrawing.
(Inherited from Control.)
Public eventKeyDown
Occurs when a key is pressed while the control has focus.
(Inherited from Control.)
Public eventKeyPress
Occurs when a character. space or backspace key is pressed while the control has focus.
(Inherited from Control.)
Public eventKeyUp
Occurs when a key is released while the control has focus.
(Inherited from Control.)
Public eventLayout
Occurs when a control should reposition its child controls.
(Inherited from Control.)
Public eventLeave
Occurs when the input focus leaves the control.
(Inherited from Control.)
Public eventLocationChanged
Occurs when the Location property value has changed.
(Inherited from Control.)
Public eventLostFocus
Occurs when the control loses focus.
(Inherited from Control.)
Public eventMarginChanged
Occurs when the control's margin changes.
(Inherited from Control.)
Public eventMouseCaptureChanged
Occurs when the control loses mouse capture.
(Inherited from Control.)
Public eventMouseClick
Occurs when the control is clicked by the mouse.
(Inherited from Control.)
Public eventMouseDoubleClick
Occurs when the control is double clicked by the mouse.
(Inherited from Control.)
Public eventMouseDown
Occurs when the mouse pointer is over the control and a mouse button is pressed.
(Inherited from Control.)
Public eventMouseEnter
Occurs when the mouse pointer enters the control.
(Inherited from Control.)
Public eventMouseHover
Occurs when the mouse pointer rests on the control.
(Inherited from Control.)
Public eventMouseLeave
Occurs when the mouse pointer leaves the control.
(Inherited from Control.)
Public eventMouseMove
Occurs when the mouse pointer is moved over the control.
(Inherited from Control.)
Public eventMouseUp
Occurs when the mouse pointer is over the control and a mouse button is released.
(Inherited from Control.)
Public eventMouseWheel
Occurs when the mouse wheel moves while the control has focus.
(Inherited from Control.)
Public eventMove
Occurs when the control is moved.
(Inherited from Control.)
Public eventMultiSelectChanged
Occurs when the value of the MultiSelect property changes.
(Inherited from DataGridView.)
Public eventNewRowNeeded
Occurs when the VirtualMode property of the DataGridView is true and the user navigates to the new row at the bottom of the DataGridView.
(Inherited from DataGridView.)
Public eventPaddingChanged
Occurs when the control's padding changes.
(Inherited from Control.)
Public eventPaint
Occurs when the control is redrawn.
(Inherited from Control.)
Public eventParentChanged
Occurs when the Parent property value changes.
(Inherited from Control.)
Public eventPreviewKeyDown
Occurs before the KeyDown event when a key is pressed while focus is on this control.
(Inherited from Control.)
Public eventQueryAccessibilityHelp
Occurs when AccessibleObject is providing help to accessibility applications.
(Inherited from Control.)
Public eventQueryContinueDrag
Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.
(Inherited from Control.)
Public eventReadOnlyChanged
Occurs when the ReadOnly property changes.
(Inherited from DataGridView.)
Public eventRegionChanged
Occurs when the value of the Region property changes.
(Inherited from Control.)
Public eventResize
Occurs when the control is resized.
(Inherited from Control.)
Public eventRightToLeftChanged
Occurs when the RightToLeft property value changes.
(Inherited from Control.)
Public eventRowContextMenuStripChanged
Occurs when the ContextMenuStrip property changes.
(Inherited from DataGridView.)
Public eventRowContextMenuStripNeeded
Occurs when a row's shortcut menu is needed.
(Inherited from DataGridView.)
Public eventRowDefaultCellStyleChanged
Occurs when the value of the DefaultCellStyle property for a row changes.
(Inherited from DataGridView.)
Public eventRowDirtyStateNeeded
Occurs when the VirtualMode property of the DataGridView control is true and the DataGridView needs to determine whether the current row has uncommitted changes.
(Inherited from DataGridView.)
Public eventRowDividerDoubleClick
Occurs when the user double-clicks the divider between two rows.
(Inherited from DataGridView.)
Public eventRowDividerHeightChanged
Occurs when the DividerHeight property changes.
(Inherited from DataGridView.)
Public eventRowEnter
Occurs when a row receives input focus but before it becomes the current row.
(Inherited from DataGridView.)
Public eventRowErrorTextChanged
Occurs when the ErrorText property of a row changes.
(Inherited from DataGridView.)
Public eventRowErrorTextNeeded
Occurs when a row's error text is needed.
(Inherited from DataGridView.)
Public eventRowHeaderCellChanged
Occurs when the user changes the contents of a row header cell.
(Inherited from DataGridView.)
Public eventRowHeaderMouseClick
Occurs when the user clicks within the boundaries of a row header.
(Inherited from DataGridView.)
Public eventRowHeaderMouseDoubleClick
Occurs when a row header is double-clicked.
(Inherited from DataGridView.)
Public eventRowHeadersBorderStyleChanged
Occurs when the RowHeadersBorderStyle property changes.
(Inherited from DataGridView.)
Public eventRowHeadersDefaultCellStyleChanged
Occurs when the value of the RowHeadersDefaultCellStyle property changes.
(Inherited from DataGridView.)
Public eventRowHeadersWidthChanged
Occurs when value of the RowHeadersWidth property changes.
(Inherited from DataGridView.)
Public eventRowHeadersWidthSizeModeChanged
Occurs when the value of the RowHeadersWidthSizeMode property changes.
(Inherited from DataGridView.)
Public eventRowHeightChanged
Occurs when the value of the Height property for a row changes.
(Inherited from DataGridView.)
Public eventRowHeightInfoNeeded
Occurs when information about row height is requested.
(Inherited from DataGridView.)
Public eventRowHeightInfoPushed
Occurs when the user changes the height of a row.
(Inherited from DataGridView.)
Public eventRowLeave
Occurs when a row loses input focus and is no longer the current row.
(Inherited from DataGridView.)
Public eventRowMinimumHeightChanged
Occurs when the value of the MinimumHeight property for a row changes.
(Inherited from DataGridView.)
Public eventRowPostPaint
Occurs after a DataGridViewRow is painted.
(Inherited from DataGridView.)
Public eventRowPrePaint
Occurs before a DataGridViewRow is painted
(Inherited from DataGridView.)
Public eventRowsAdded
Occurs after a new row is added to the DataGridView.
(Inherited from DataGridView.)
Public eventRowsDefaultCellStyleChanged
Occurs when the value of the RowsDefaultCellStyle property changes.
(Inherited from DataGridView.)
Public eventRowsRemoved
Occurs when a row or rows are deleted from the DataGridView.
(Inherited from DataGridView.)
Public eventRowStateChanged
Occurs when a row changes state, such as losing or gaining input focus.
(Inherited from DataGridView.)
Public eventRowUnshared
Occurs when a row's state changes from shared to unshared.
(Inherited from DataGridView.)
Public eventRowValidated
Occurs after a row has finished validating.
(Inherited from DataGridView.)
Public eventRowValidating
Occurs when a row is validating.
(Inherited from DataGridView.)
Public eventScroll
Occurs when the user scrolls through the control contents.
(Inherited from DataGridView.)
Public eventSelectionChanged
Occurs when the current selection changes.
(Inherited from DataGridView.)
Public eventSizeChanged
Occurs when the Size property value changes.
(Inherited from Control.)
Public eventSortCompare
Occurs when the DataGridView compares two cell values to perform a sort operation.
(Inherited from DataGridView.)
Public eventSorted
Occurs when the DataGridView control completes a sorting operation.
(Inherited from DataGridView.)
Public eventStyleChanged
Occurs when the control style changes.
(Inherited from Control.)
Public eventSystemColorsChanged
Occurs when the system colors change.
(Inherited from Control.)
Public eventTabIndexChanged
Occurs when the TabIndex property value changes.
(Inherited from Control.)
Public eventTabStopChanged
Occurs when the TabStop property value changes.
(Inherited from Control.)
Public eventTextChanged
Occurs when the Text property value changes.
(Inherited from Control.)
Public eventUserAddedRow
Occurs when the user has finished adding a row to the DataGridView control.
(Inherited from DataGridView.)
Public eventUserDeletedRow
Occurs when the user has finished deleting a row from the DataGridView control.
(Inherited from DataGridView.)
Public eventUserDeletingRow
Occurs when the user deletes a row from the DataGridView control.
(Inherited from DataGridView.)
Public eventValidated
Occurs when the control is finished validating.
(Inherited from Control.)
Public eventValidating
Occurs when the control is validating.
(Inherited from Control.)
Public eventVisibleChanged
Occurs when the Visible property value changes.
(Inherited from Control.)
Top
See Also