WorkItemResultGrid Class

This class provides a simple interface to display work items.

Given a IResultListDataProvider and a ResultOptions object (or a WorkItemStore and a WIQL statement) the grid will display the contents of the WorkItemCollection or result tree for link queries.

The user may add their own columns by use of Columns.Add and by implementing the event CellValueNeeded

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.DataGridView
          Microsoft.TeamFoundation.WorkItemTracking.Controls.WorkItemResultGrid

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
Public Class WorkItemResultGrid _
    Inherits DataGridView
public class WorkItemResultGrid : DataGridView
public ref class WorkItemResultGrid : public DataGridView
type WorkItemResultGrid =  
    class 
        inherit DataGridView 
    end
public class WorkItemResultGrid extends DataGridView

The WorkItemResultGrid type exposes the following members.

Constructors

  Name Description
Public method WorkItemResultGrid() Initializes a new instance of the WorkItemResultGrid using TFS themed color styling.
Public method WorkItemResultGrid(Boolean) Initializes a new instance of the WorkItemResultGrid.

Top

Properties

  Name Description
Public property AccessibilityObject Gets the AccessibleObject assigned to the control. (Inherited from Control.)
Public property AccessibleDefaultActionDescription Gets or sets the default action description of the control for use by accessibility client applications. (Inherited from Control.)
Public property AccessibleDescription Gets or sets the description of the control used by accessibility client applications. (Inherited from Control.)
Public property AccessibleName Gets or sets the name of the control used by accessibility client applications. (Inherited from Control.)
Public property AccessibleRole Gets or sets the accessible role of the control (Inherited from Control.)
Public property AdjustedTopLeftHeaderBorderStyle Gets the border style for the upper-left cell in the DataGridView. (Inherited from DataGridView.)
Public property AdvancedCellBorderStyle Gets the border style of the cells in the DataGridView. (Inherited from DataGridView.)
Public property AdvancedColumnHeadersBorderStyle Gets the border style of the column header cells in the DataGridView. (Inherited from DataGridView.)
Public property AdvancedRowHeadersBorderStyle Gets the border style of the row header cells in the DataGridView. (Inherited from DataGridView.)
Public property AllowDrop Gets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from Control.)
Public property AllowUserToAddRows Gets or sets a value indicating whether the option to add rows is displayed to the user. (Inherited from DataGridView.)
Public property AllowUserToDeleteRows Gets or sets a value indicating whether the user is allowed to delete rows from the DataGridView. (Inherited from DataGridView.)
Public property AllowUserToOrderColumns Gets or sets a value indicating whether manual column repositioning is enabled. (Inherited from DataGridView.)
Public property AllowUserToResizeColumns Gets or sets a value indicating whether users can resize columns. (Inherited from DataGridView.)
Public property AllowUserToResizeRows Gets or sets a value indicating whether users can resize rows. (Inherited from DataGridView.)
Public property AlternatingRowsDefaultCellStyle Gets or sets the default cell style applied to odd-numbered rows of the DataGridView. (Inherited from DataGridView.)
Public property Anchor 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 property AutoGenerateColumns Gets or sets a value indicating whether columns are created automatically when the DataSource or DataMember properties are set. (Inherited from DataGridView.)
Public property AutoScrollOffset Gets or sets where this control is scrolled to in ScrollControlIntoView. (Inherited from Control.)
Public property AutoSize This property is not relevant for this class. (Inherited from DataGridView.)
Public property AutoSizeColumnsMode Gets or sets a value indicating how column widths are determined. (Inherited from DataGridView.)
Public property AutoSizeRowsMode Gets or sets a value indicating how row heights are determined. (Inherited from DataGridView.)
Public property BackColor Infrastructure. Gets or sets the background color for the control. (Inherited from DataGridView.)
Public property BackgroundColor Gets or sets the background color of the DataGridView. (Inherited from DataGridView.)
Public property BackgroundImage Infrastructure. Gets or sets the background image displayed in the control. (Inherited from DataGridView.)
Public property BackgroundImageLayout Infrastructure. Gets or sets the background image layout as defined in the ImageLayout enumeration. (Inherited from DataGridView.)
Public property BindingContext Gets or sets the BindingContext for the control. (Inherited from Control.)
Public property BoldDirtyItems
Public property BorderStyle Gets or sets the border style for the DataGridView. (Inherited from DataGridView.)
Public property Bottom 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 property Bounds 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 property CanEnableIme Gets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. (Inherited from DataGridView.)
Public property CanFocus Gets a value indicating whether the control can receive focus. (Inherited from Control.)
Protected property CanRaiseEvents Determines if events can be raised on the control. (Inherited from Control.)
Public property CanSelect Gets a value indicating whether the control can be selected. (Inherited from Control.)
Public property Capture Gets or sets a value indicating whether the control has captured the mouse. (Inherited from Control.)
Public property CausesValidation 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 property CellBorderStyle Gets the cell border style for the DataGridView. (Inherited from DataGridView.)
Public property ClientRectangle Gets the rectangle that represents the client area of the control. (Inherited from Control.)
Public property ClientSize Gets or sets the height and width of the client area of the control. (Inherited from Control.)
Public property ClipboardCopyMode 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 property ColumnCount Gets or sets the number of columns displayed in the DataGridView. (Inherited from DataGridView.)
Public property ColumnHeadersBorderStyle Gets the border style applied to the column headers. (Inherited from DataGridView.)
Public property ColumnHeadersDefaultCellStyle Gets or sets the default column header style. (Inherited from DataGridView.)
Public property ColumnHeadersHeight Gets or sets the height, in pixels, of the column headers row (Inherited from DataGridView.)
Public property ColumnHeadersHeightSizeMode 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 property ColumnHeadersVisible Gets or sets a value indicating whether the column header row is displayed. (Inherited from DataGridView.)
Public property Columns Gets a collection that contains all the columns in the control. (Inherited from DataGridView.)
Public property CompanyName Gets the name of the company or creator of the application containing the control. (Inherited from Control.)
Public property Container Gets the IContainer that contains the Component. (Inherited from Component.)
Public property ContainsFocus Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (Inherited from Control.)
Public property ContextMenu Gets or sets the shortcut menu associated with the control. (Inherited from Control.)
Public property ContextMenuStrip Gets or sets the ContextMenuStrip associated with this control. (Inherited from Control.)
Public property Controls Gets the collection of controls contained within the control. (Inherited from Control.)
Public property Created Gets a value indicating whether the control has been created. (Inherited from Control.)
Protected property CreateParams Gets the required creation parameters when the control handle is created. (Inherited from Control.)
Public property CurrentCell Gets or sets the currently active cell. (Inherited from DataGridView.)
Public property CurrentCellAddress Gets the row and column indexes of the currently active cell. (Inherited from DataGridView.)
Public property CurrentRow Gets the row containing the current cell. (Inherited from DataGridView.)
Public property Cursor Gets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from Control.)
Public property DataBindings Gets the data bindings for the control. (Inherited from Control.)
Public property DataMember 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 property DataSource Gets or sets the data source that the DataGridView is displaying data for. (Inherited from DataGridView.)
Public property DefaultCellStyle 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 property DefaultCursor Gets or sets the default cursor for the control. (Inherited from Control.)
Protected property DefaultImeMode Gets the default Input Method Editor (IME) mode supported by the control. (Inherited from Control.)
Protected property DefaultMargin Gets the space, in pixels, that is specified by default between controls. (Inherited from Control.)
Protected property DefaultMaximumSize Gets the length and height, in pixels, that is specified as the default maximum size of a control. (Inherited from Control.)
Protected property DefaultMinimumSize Gets the length and height, in pixels, that is specified as the default minimum size of a control. (Inherited from Control.)
Protected property DefaultPadding Gets the internal spacing, in pixels, of the contents of a control. (Inherited from Control.)
Protected property DefaultSize Gets the default initial size of the control. (Inherited from DataGridView.)
Protected property DesignMode Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.)
Public property DisplayIsDirtyColumn
Public property DisplayRectangle Gets the rectangle that represents the display area of the control. (Inherited from DataGridView.)
Public property DisplayRowHeader
Public property Disposing Gets a value indicating whether the base Control class is in the process of disposing. (Inherited from Control.)
Public property Dock 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 property DoubleBuffered 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 property EditingControl Gets the control hosted by the current cell, if a cell with an editing control is in edit mode. (Inherited from DataGridView.)
Public property EditingPanel Gets the panel that contains the EditingControl. (Inherited from DataGridView.)
Public property EditMode Gets or sets a value indicating how to begin editing a cell. (Inherited from DataGridView.)
Public property Enabled Gets or sets a value indicating whether the control can respond to user interaction. (Inherited from Control.)
Public property EnableHeadersVisualStyles 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 property Events Gets the list of event handlers that are attached to this Component. (Inherited from Component.)
Public property FirstDisplayedCell Gets or sets the first cell currently displayed in the DataGridView; typically, this cell is in the upper left corner. (Inherited from DataGridView.)
Public property FirstDisplayedScrollingColumnHiddenWidth Gets the width of the portion of the column that is currently scrolled out of view.. (Inherited from DataGridView.)
Public property FirstDisplayedScrollingColumnIndex Gets or sets the index of the column that is the first column displayed on the DataGridView. (Inherited from DataGridView.)
Public property FirstDisplayedScrollingRowIndex Gets or sets the index of the row that is the first row displayed on the DataGridView. (Inherited from DataGridView.)
Public property Focused Gets a value indicating whether the control has input focus. (Inherited from Control.)
Public property Font Gets or sets the font of the text displayed by the DataGridView. (Inherited from DataGridView.)
Protected property FontHeight Gets or sets the height of the font of the control. (Inherited from Control.)
Public property ForeColor Gets or sets the foreground color of the DataGridView. (Inherited from DataGridView.)
Public property GridColor Gets or sets the color of the grid lines separating the cells of the DataGridView. (Inherited from DataGridView.)
Public property Handle Gets the window handle that the control is bound to. (Inherited from Control.)
Public property HasChildren Gets a value indicating whether the control contains one or more child controls. (Inherited from Control.)
Public property Height Gets or sets the height of the control. (Inherited from Control.)
Protected property HorizontalScrollBar Gets the horizontal scroll bar of the control. (Inherited from DataGridView.)
Public property HorizontalScrollingOffset Gets or sets the number of pixels by which the control is scrolled horizontally. (Inherited from DataGridView.)
Public property ImeMode Gets or sets the Input Method Editor (IME) mode of the control. (Inherited from Control.)
Protected property ImeModeBase Gets or sets the IME mode of a control. (Inherited from Control.)
Public property InvokeRequired 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 property IsAccessible Gets or sets a value indicating whether the control is visible to accessibility applications. (Inherited from Control.)
Public property IsCurrentCellDirty Gets a value indicating whether the current cell has uncommitted changes. (Inherited from DataGridView.)
Public property IsCurrentCellInEditMode Gets a value indicating whether the currently active cell is being edited. (Inherited from DataGridView.)
Public property IsCurrentRowDirty Gets a value indicating whether the current row has uncommitted changes. (Inherited from DataGridView.)
Public property IsDisposed Gets a value indicating whether the control has been disposed of. (Inherited from Control.)
Public property IsHandleCreated Gets a value indicating whether the control has a handle associated with it. (Inherited from Control.)
Public property IsMirrored Gets a value indicating whether the control is mirrored. (Inherited from Control.)
Protected property IsResettingRows
Public property Item[Int32, 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 property Item[String, 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 property LayoutEngine Gets a cached instance of the control's layout engine. (Inherited from Control.)
Public property Left 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 property Location 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 property Margin Gets or sets the space between controls. (Inherited from Control.)
Public property MaximumSize Gets or sets the size that is the upper limit that GetPreferredSize can specify. (Inherited from Control.)
Public property MinimumSize Gets or sets the size that is the lower limit that GetPreferredSize can specify. (Inherited from Control.)
Public property MultiSelect 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 property Name Gets or sets the name of the control. (Inherited from Control.)
Public property NewRowIndex Gets the index of the row for new records. (Inherited from DataGridView.)
Public property Padding Infrastructure. This property is not relevant for this control. (Inherited from DataGridView.)
Public property Parent Gets or sets the parent container of the control. (Inherited from Control.)
Public property PauseBeforeFill
Public property PreferredSize Gets the size of a rectangular area into which the control can fit. (Inherited from Control.)
Public property PreferTfsVisualStyle
Public property ProductName Gets the product name of the assembly containing the control. (Inherited from Control.)
Public property ProductVersion Gets the version of the assembly containing the control. (Inherited from Control.)
Public property ReadOnly Gets or sets a value indicating whether the user can edit the cells of the DataGridView control. (Inherited from DataGridView.)
Public property RecreatingHandle Gets a value indicating whether the control is currently re-creating its handle. (Inherited from Control.)
Public property Region Gets or sets the window region associated with the control. (Inherited from Control.)
Protected property RenderRightToLeft Obsolete. This property is now obsolete. (Inherited from Control.)
Protected property ResizeRedraw Gets or sets a value indicating whether the control redraws itself when resized. (Inherited from Control.)
Public property ResultCount
Public property ResultOptions
Public property Right 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 property RightToLeft Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from Control.)
Public property RowCount Gets or sets the number of rows displayed in the DataGridView. (Inherited from DataGridView.)
Public property RowHeadersBorderStyle Gets or sets the border style of the row header cells. (Inherited from DataGridView.)
Public property RowHeadersDefaultCellStyle Gets or sets the default style applied to the row header cells. (Inherited from DataGridView.)
Public property RowHeadersVisible Gets or sets a value indicating whether the column that contains row headers is displayed. (Inherited from DataGridView.)
Public property RowHeadersWidth Gets or sets the width, in pixels, of the column that contains the row headers. (Inherited from DataGridView.)
Public property RowHeadersWidthSizeMode 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 property Rows Gets a collection that contains all the rows in the DataGridView control. (Inherited from DataGridView.)
Public property RowsDefaultCellStyle Gets or sets the default style applied to the row cells of the DataGridView. (Inherited from DataGridView.)
Public property RowTemplate Gets or sets the row that represents the template for all the rows in the control. (Inherited from DataGridView.)
Protected property ScaleChildren Gets a value that determines the scaling of child controls. (Inherited from Control.)
Public property ScrollBars Gets or sets the type of scroll bars to display for the DataGridView control. (Inherited from DataGridView.)
Public property SelectedCells Gets the collection of cells selected by the user. (Inherited from DataGridView.)
Public property SelectedColumns Gets the collection of columns selected by the user. (Inherited from DataGridView.)
Public property SelectedRows Gets the collection of rows selected by the user. (Inherited from DataGridView.)
Public property SelectionMode Gets or sets a value indicating how the cells of the DataGridView can be selected. (Inherited from DataGridView.)
Public property ShowCellErrors Gets or sets a value indicating whether to show cell errors. (Inherited from DataGridView.)
Public property ShowCellToolTips Gets or sets a value indicating whether or not ToolTips will show when the mouse pointer pauses on a cell. (Inherited from DataGridView.)
Public property ShowEditingIcon 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 property ShowFocusCues Gets a value indicating whether the control should display focus rectangles. (Inherited from Control.)
Protected property ShowKeyboardCues Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (Inherited from Control.)
Public property ShowRowErrors 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 property Site Gets or sets the site of the control. (Inherited from Control.)
Public property Size Gets or sets the height and width of the control. (Inherited from Control.)
Public property SortBackcolor Specifies Background color for the Sort Column. This is ignored when using Windows Forms default coloring.
Public property SortedColumn Gets the column by which the DataGridView contents are currently sorted. (Inherited from DataGridView.)
Public property SortForecolor Specifies Foreground color for the Sort Column. This is ignored when using Windows Forms default coloring.
Public property SortOrder 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 property StandardTab 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 property StretchLastColumn
Public property TabIndex Gets or sets the tab order of the control within its container. (Inherited from Control.)
Public property TabStop Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from Control.)
Public property Tag Gets or sets the object that contains data about the control. (Inherited from Control.)
Public property Text Infrastructure. Gets or sets the text associated with the control. (Inherited from DataGridView.)
Public property Top 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 property TopLeftHeaderCell Gets or sets the header cell located in the upper left corner of the DataGridView control. (Inherited from DataGridView.)
Public property TopLevelControl 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 property UserSetCursor Gets the default or user-specified value of the Cursor property. (Inherited from DataGridView.)
Public property UseWaitCursor Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from Control.)
Public property ValueProvider
Protected property VerticalScrollBar Gets the vertical scroll bar of the control. (Inherited from DataGridView.)
Public property VerticalScrollingOffset Gets the number of pixels by which the control is scrolled vertically. (Inherited from DataGridView.)
Public property VirtualMode Gets or sets a value indicating whether you have provided your own data-management operations for the DataGridView control. (Inherited from DataGridView.)
Public property VirtualThumbTracking
Public property Visible Gets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from Control.)
Public property Width Gets or sets the width of the control. (Inherited from Control.)
Public property WindowTarget Infrastructure. This property is not relevant for this class. (Inherited from Control.)
Public property WorkItemCollection

Top

Methods

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

Top

Events

  Name Description
Public event AllowUserToAddRowsChanged Occurs when the value of the AllowUserToAddRows property changes. (Inherited from DataGridView.)
Public event AllowUserToDeleteRowsChanged Occurs when the value of the AllowUserToDeleteRowsChanged property changes. (Inherited from DataGridView.)
Public event AllowUserToOrderColumnsChanged Occurs when the value of the AllowUserToOrderColumns property changes. (Inherited from DataGridView.)
Public event AllowUserToResizeColumnsChanged Occurs when the value of the AllowUserToResizeColumns property changes. (Inherited from DataGridView.)
Public event AllowUserToResizeRowsChanged Occurs when the value of the AllowUserToResizeRows property changes. (Inherited from DataGridView.)
Public event AlternatingRowsDefaultCellStyleChanged Occurs when the value of the AlternatingRowsDefaultCellStyle property changes. (Inherited from DataGridView.)
Public event AutoGenerateColumnsChanged Occurs when the value of the AutoGenerateColumnsChanged property changes. (Inherited from DataGridView.)
Public event AutoSizeChanged Infrastructure. This event is not relevant for this class. (Inherited from Control.)
Public event AutoSizeColumnModeChanged Occurs when the value of the AutoSizeMode property of a column changes. (Inherited from DataGridView.)
Public event AutoSizeColumnsModeChanged Occurs when the value of the AutoSizeColumnsMode property changes. (Inherited from DataGridView.)
Public event AutoSizeRowsModeChanged Occurs when the value of the DataGridViewAutoSizeRowsMode property changes. (Inherited from DataGridView.)
Public event BackColorChanged Infrastructure. Occurs when the value of the BackColor property changes. (Inherited from DataGridView.)
Public event BackgroundColorChanged Occurs when the value of the BackgroundColor property changes. (Inherited from DataGridView.)
Public event BackgroundImageChanged Infrastructure. Occurs when the value of the BackgroundImage property changes. (Inherited from DataGridView.)
Public event BackgroundImageLayoutChanged Infrastructure. Occurs when the BackgroundImageLayout property changes. (Inherited from DataGridView.)
Public event BindingContextChanged Occurs when the value of the BindingContext property changes. (Inherited from Control.)
Public event BorderStyleChanged Occurs when the value of the BorderStyle property changes. (Inherited from DataGridView.)
Public event CancelRowEdit Occurs when the VirtualMode property of a DataGridView control is true and the cancels edits in a row. (Inherited from DataGridView.)
Public event CausesValidationChanged Occurs when the value of the CausesValidation property changes. (Inherited from Control.)
Public event CellBeginEdit Occurs when edit mode starts for the selected cell. (Inherited from DataGridView.)
Public event CellBorderStyleChanged Occurs when the border style of a cell changes. (Inherited from DataGridView.)
Public event CellClick Occurs when any part of a cell is clicked. (Inherited from DataGridView.)
Public event CellContentClick Occurs when the content within a cell is clicked. (Inherited from DataGridView.)
Public event CellContentDoubleClick Occurs when the user double-clicks a cell's contents. (Inherited from DataGridView.)
Public event CellContextMenuStripChanged Occurs when the ContextMenuStrip property changes. (Inherited from DataGridView.)
Public event CellContextMenuStripNeeded Occurs when a cell's shortcut menu is needed. (Inherited from DataGridView.)
Public event CellDoubleClick Occurs when the user double-clicks anywhere in a cell. (Inherited from DataGridView.)
Public event CellEndEdit Occurs when edit mode stops for the currently selected cell. (Inherited from DataGridView.)
Public event CellEnter Occurs when the current cell changes in the DataGridView control or when the control receives input focus. (Inherited from DataGridView.)
Public event CellErrorTextChanged Occurs when the value of the ErrorText property of a cell changes. (Inherited from DataGridView.)
Public event CellErrorTextNeeded Occurs when a cell's error text is needed. (Inherited from DataGridView.)
Public event CellFormatting Occurs when the contents of a cell need to be formatted for display. (Inherited from DataGridView.)
Public event CellLeave Occurs when a cell loses input focus and is no longer the current cell. (Inherited from DataGridView.)
Public event CellMouseClick Occurs whenever the user clicks anywhere on a cell with the mouse. (Inherited from DataGridView.)
Public event CellMouseDoubleClick Occurs when a cell within the DataGridView is double-clicked. (Inherited from DataGridView.)
Public event CellMouseDown Occurs when the user presses a mouse button while the mouse pointer is within the boundaries of a cell. (Inherited from DataGridView.)
Public event CellMouseEnter Occurs when the mouse pointer enters a cell. (Inherited from DataGridView.)
Public event CellMouseLeave Occurs when the mouse pointer leaves a cell. (Inherited from DataGridView.)
Public event CellMouseMove Occurs when the mouse pointer moves over the DataGridView control. (Inherited from DataGridView.)
Public event CellMouseUp Occurs when the user releases a mouse button while over a cell. (Inherited from DataGridView.)
Public event CellPainting Occurs when a cell needs to be drawn. (Inherited from DataGridView.)
Public event CellParsing Occurs when a cell leaves edit mode if the cell value has been modified. (Inherited from DataGridView.)
Public event CellStateChanged Occurs when a cell state changes, such as when the cell loses or gains focus. (Inherited from DataGridView.)
Public event CellStyleChanged Occurs when the Style property of a DataGridViewCell changes. (Inherited from DataGridView.)
Public event CellStyleContentChanged Occurs when one of the values of a cell style changes. (Inherited from DataGridView.)
Public event CellToolTipTextChanged Occurs when the ToolTipText property value changes for a cell in the DataGridView. (Inherited from DataGridView.)
Public event CellToolTipTextNeeded Occurs when a cell's ToolTip text is needed. (Inherited from DataGridView.)
Public event CellValidated Occurs after the cell has finished validating. (Inherited from DataGridView.)
Public event CellValidating Occurs when a cell loses input focus, enabling content validation. (Inherited from DataGridView.)
Public event CellValueChanged Occurs when the value of a cell changes. (Inherited from DataGridView.)
Public event CellValueNeeded 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 event CellValuePushed 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 event ChangeUICues Occurs when the focus or keyboard user interface (UI) cues change. (Inherited from Control.)
Public event Click Occurs when the control is clicked. (Inherited from Control.)
Public event ClientSizeChanged Occurs when the value of the ClientSize property changes. (Inherited from Control.)
Public event CollectionChanging
Public event ColumnAdded Occurs when a column is added to the control. (Inherited from DataGridView.)
Public event ColumnContextMenuStripChanged Occurs when the ContextMenuStrip property of a column changes. (Inherited from DataGridView.)
Public event ColumnDataPropertyNameChanged Occurs when the value of the DataPropertyName property for a column changes. (Inherited from DataGridView.)
Public event ColumnDefaultCellStyleChanged Occurs when the value of the DefaultCellStyle property for a column changes. (Inherited from DataGridView.)
Public event ColumnDisplayIndexChanged Occurs when the value the DisplayIndex property for a column changes. (Inherited from DataGridView.)
Public event ColumnDividerDoubleClick Occurs when the user double-clicks a divider between two columns. (Inherited from DataGridView.)
Public event ColumnDividerWidthChanged Occurs when the DividerWidth property changes. (Inherited from DataGridView.)
Public event ColumnHeaderCellChanged Occurs when the contents of a column header cell change. (Inherited from DataGridView.)
Public event ColumnHeaderMouseClick Occurs when the user clicks a column header. (Inherited from DataGridView.)
Public event ColumnHeaderMouseDoubleClick Occurs when a column header is double-clicked. (Inherited from DataGridView.)
Public event ColumnHeadersBorderStyleChanged Occurs when the ColumnHeadersBorderStyle property changes. (Inherited from DataGridView.)
Public event ColumnHeadersDefaultCellStyleChanged Occurs when the value of the ColumnHeadersDefaultCellStyle property changes. (Inherited from DataGridView.)
Public event ColumnHeadersHeightChanged Occurs when the value of the ColumnHeadersHeight property changes. (Inherited from DataGridView.)
Public event ColumnHeadersHeightSizeModeChanged Occurs when the value of the ColumnHeadersHeightSizeMode property changes. (Inherited from DataGridView.)
Public event ColumnMinimumWidthChanged Occurs when the value of the MinimumWidth property for a column changes. (Inherited from DataGridView.)
Public event ColumnNameChanged Occurs when the value of the Name property for a column changes. (Inherited from DataGridView.)
Public event ColumnRemoved Occurs when a column is removed from the control. (Inherited from DataGridView.)
Public event ColumnSortModeChanged Occurs when the value of the SortMode property for a column changes. (Inherited from DataGridView.)
Public event ColumnStateChanged Occurs when a column changes state, such as gaining or losing focus. (Inherited from DataGridView.)
Public event ColumnToolTipTextChanged Occurs when the ToolTipText property value changes for a column in the DataGridView. (Inherited from DataGridView.)
Public event ColumnWidthChanged Occurs when the value of the Width property for a column changes. (Inherited from DataGridView.)
Public event ContextMenuChanged Occurs when the value of the ContextMenu property changes. (Inherited from Control.)
Public event ContextMenuPopup This event is fired when the user requests to show the context menu.
Public event ContextMenuStripChanged Occurs when the value of the ContextMenuStrip property changes. (Inherited from Control.)
Public event ControlAdded Occurs when a new control is added to the Control.ControlCollection. (Inherited from Control.)
Public event ControlRemoved Occurs when a control is removed from the Control.ControlCollection. (Inherited from Control.)
Public event CurrentCellChanged Occurs when the CurrentCell property changes. (Inherited from DataGridView.)
Public event CurrentCellDirtyStateChanged Occurs when the state of a cell changes in relation to a change in its contents. (Inherited from DataGridView.)
Public event CursorChanged Occurs when the value of the Cursor property changes. (Inherited from Control.)
Public event DataBindingComplete Occurs after a data-binding operation has finished. (Inherited from DataGridView.)
Public event DataError 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 event DataMemberChanged Occurs when value of the DataMember property changes. (Inherited from DataGridView.)
Public event DataSourceChanged Occurs when the value of the DataSource property changes. (Inherited from DataGridView.)
Public event DefaultCellStyleChanged Occurs when the value of the DefaultCellStyle property changes. (Inherited from DataGridView.)
Public event DefaultValuesNeeded Occurs when the user enters the row for new records so that it can be populated with default values. (Inherited from DataGridView.)
Public event Disposed Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.)
Public event DockChanged Occurs when the value of the Dock property changes. (Inherited from Control.)
Public event DoubleClick Occurs when the control is double-clicked. (Inherited from Control.)
Public event DragDrop Occurs when a drag-and-drop operation is completed. (Inherited from Control.)
Public event DragEnter Occurs when an object is dragged into the control's bounds. (Inherited from Control.)
Public event DragLeave Occurs when an object is dragged out of the control's bounds. (Inherited from Control.)
Public event DragOver Occurs when an object is dragged over the control's bounds. (Inherited from Control.)
Public event EditingControlShowing Occurs when a control for editing a cell is showing. (Inherited from DataGridView.)
Public event EditModeChanged Occurs when the value of the EditMode property changes. (Inherited from DataGridView.)
Public event EnabledChanged Occurs when the Enabled property value has changed. (Inherited from Control.)
Public event Enter Occurs when the control is entered. (Inherited from Control.)
Public event FontChanged Occurs when the Font property value changes. (Inherited from DataGridView.)
Public event ForeColorChanged Occurs when the ForeColor property value changes. (Inherited from DataGridView.)
Public event GiveFeedback Occurs during a drag operation. (Inherited from Control.)
Public event GotFocus Occurs when the control receives focus. (Inherited from Control.)
Public event GridColorChanged Occurs when the value of the GridColor property changes. (Inherited from DataGridView.)
Public event HandleCreated Occurs when a handle is created for the control. (Inherited from Control.)
Public event HandleDestroyed Occurs when the control's handle is in the process of being destroyed. (Inherited from Control.)
Public event HelpRequested Occurs when the user requests help for a control. (Inherited from Control.)
Public event ImeModeChanged Occurs when the ImeMode property has changed. (Inherited from Control.)
Public event Invalidated Occurs when a control's display requires redrawing. (Inherited from Control.)
Public event KeyDown Occurs when a key is pressed while the control has focus. (Inherited from Control.)
Public event KeyPress Occurs when a key is pressed while the control has focus. (Inherited from Control.)
Public event KeyUp Occurs when a key is released while the control has focus. (Inherited from Control.)
Public event Layout Occurs when a control should reposition its child controls. (Inherited from Control.)
Public event Leave Occurs when the input focus leaves the control. (Inherited from Control.)
Public event LocationChanged Occurs when the Location property value has changed. (Inherited from Control.)
Public event LostFocus Occurs when the control loses focus. (Inherited from Control.)
Public event MarginChanged Occurs when the control's margin changes. (Inherited from Control.)
Public event MouseCaptureChanged Occurs when the control loses mouse capture. (Inherited from Control.)
Public event MouseClick Occurs when the control is clicked by the mouse. (Inherited from Control.)
Public event MouseDoubleClick Occurs when the control is double clicked by the mouse. (Inherited from Control.)
Public event MouseDown Occurs when the mouse pointer is over the control and a mouse button is pressed. (Inherited from Control.)
Public event MouseEnter Occurs when the mouse pointer enters the control. (Inherited from Control.)
Public event MouseHover Occurs when the mouse pointer rests on the control. (Inherited from Control.)
Public event MouseLeave Occurs when the mouse pointer leaves the control. (Inherited from Control.)
Public event MouseMove Occurs when the mouse pointer is moved over the control. (Inherited from Control.)
Public event MouseUp Occurs when the mouse pointer is over the control and a mouse button is released. (Inherited from Control.)
Public event MouseWheel Occurs when the mouse wheel moves while the control has focus. (Inherited from Control.)
Public event Move Occurs when the control is moved. (Inherited from Control.)
Public event MultiSelectChanged Occurs when the value of the MultiSelect property changes. (Inherited from DataGridView.)
Public event NewRowNeeded 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 event PaddingChanged Infrastructure. Occurs when the value of the Padding property changes. (Inherited from DataGridView.)
Public event Paint Occurs when the control is redrawn. (Inherited from Control.)
Public event ParentChanged Occurs when the Parent property value changes. (Inherited from Control.)
Public event PreviewKeyDown Occurs before the KeyDown event when a key is pressed while focus is on this control. (Inherited from Control.)
Public event QueryAccessibilityHelp Occurs when AccessibleObject is providing help to accessibility applications. (Inherited from Control.)
Public event QueryContinueDrag 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 event ReadOnlyChanged Occurs when the ReadOnly property changes. (Inherited from DataGridView.)
Public event RegionChanged Occurs when the value of the Region property changes. (Inherited from Control.)
Public event Resize Occurs when the control is resized. (Inherited from Control.)
Public event RightToLeftChanged Occurs when the RightToLeft property value changes. (Inherited from Control.)
Public event RowContextMenuStripChanged Occurs when the ContextMenuStrip property changes. (Inherited from DataGridView.)
Public event RowContextMenuStripNeeded Occurs when a row's shortcut menu is needed. (Inherited from DataGridView.)
Public event RowDefaultCellStyleChanged Occurs when the value of the DefaultCellStyle property for a row changes. (Inherited from DataGridView.)
Public event RowDirtyStateNeeded 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 event RowDividerDoubleClick Occurs when the user double-clicks the divider between two rows. (Inherited from DataGridView.)
Public event RowDividerHeightChanged Occurs when the DividerHeight property changes. (Inherited from DataGridView.)
Public event RowEnter Occurs when a row receives input focus but before it becomes the current row. (Inherited from DataGridView.)
Public event RowErrorTextChanged Occurs when the ErrorText property of a row changes. (Inherited from DataGridView.)
Public event RowErrorTextNeeded Occurs when a row's error text is needed. (Inherited from DataGridView.)
Public event RowHeaderCellChanged Occurs when the user changes the contents of a row header cell. (Inherited from DataGridView.)
Public event RowHeaderMouseClick Occurs when the user clicks within the boundaries of a row header. (Inherited from DataGridView.)
Public event RowHeaderMouseDoubleClick Occurs when a row header is double-clicked. (Inherited from DataGridView.)
Public event RowHeadersBorderStyleChanged Occurs when the RowHeadersBorderStyle property changes. (Inherited from DataGridView.)
Public event RowHeadersDefaultCellStyleChanged Occurs when the value of the RowHeadersDefaultCellStyle property changes. (Inherited from DataGridView.)
Public event RowHeadersWidthChanged Occurs when value of the RowHeadersWidth property changes. (Inherited from DataGridView.)
Public event RowHeadersWidthSizeModeChanged Occurs when the value of the RowHeadersWidthSizeMode property changes. (Inherited from DataGridView.)
Public event RowHeightChanged Occurs when the value of the Height property for a row changes. (Inherited from DataGridView.)
Public event RowHeightInfoNeeded Occurs when information about row height is requested. (Inherited from DataGridView.)
Public event RowHeightInfoPushed Occurs when the user changes the height of a row. (Inherited from DataGridView.)
Public event RowLeave Occurs when a row loses input focus and is no longer the current row. (Inherited from DataGridView.)
Public event RowMinimumHeightChanged Occurs when the value of the MinimumHeight property for a row changes. (Inherited from DataGridView.)
Public event RowPostPaint Occurs after a DataGridViewRow is painted. (Inherited from DataGridView.)
Public event RowPrePaint Occurs before a DataGridViewRow is painted (Inherited from DataGridView.)
Public event RowsAdded Occurs after a new row is added to the DataGridView. (Inherited from DataGridView.)
Public event RowsDefaultCellStyleChanged Occurs when the value of the RowsDefaultCellStyle property changes. (Inherited from DataGridView.)
Public event RowsRemoved Occurs when a row or rows are deleted from the DataGridView. (Inherited from DataGridView.)
Public event RowStateChanged Occurs when a row changes state, such as losing or gaining input focus. (Inherited from DataGridView.)
Public event RowUnshared Occurs when a row's state changes from shared to unshared. (Inherited from DataGridView.)
Public event RowValidated Occurs after a row has finished validating. (Inherited from DataGridView.)
Public event RowValidating Occurs when a row is validating. (Inherited from DataGridView.)
Public event Scroll Occurs when the user scrolls through the control contents. (Inherited from DataGridView.)
Public event SelectionChanged Occurs when the current selection changes. (Inherited from DataGridView.)
Public event SizeChanged Occurs when the Size property value changes. (Inherited from Control.)
Public event SortCompare Occurs when the DataGridView compares two cell values to perform a sort operation. (Inherited from DataGridView.)
Public event Sorted Occurs when the DataGridView control completes a sorting operation. (Inherited from DataGridView.)
Public event StyleChanged Infrastructure. Occurs when the control style changes. (Inherited from DataGridView.)
Public event SystemColorsChanged Occurs when the system colors change. (Inherited from Control.)
Public event TabIndexChanged Occurs when the TabIndex property value changes. (Inherited from Control.)
Public event TabStopChanged Occurs when the TabStop property value changes. (Inherited from Control.)
Public event TextChanged Infrastructure. Occurs when the value of the Text property changes. (Inherited from DataGridView.)
Public event UserAddedRow Occurs when the user has finished adding a row to the DataGridView control. (Inherited from DataGridView.)
Public event UserDeletedRow Occurs when the user has finished deleting a row from the DataGridView control. (Inherited from DataGridView.)
Public event UserDeletingRow Occurs when the user deletes a row from the DataGridView control. (Inherited from DataGridView.)
Public event Validated Occurs when the control is finished validating. (Inherited from Control.)
Public event Validating Occurs when the control is validating. (Inherited from Control.)
Public event VisibleChanged Occurs when the Visible property value changes. (Inherited from Control.)

Top

Fields

  Name Description
Protected fieldStatic member InternalColumn

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ISupportInitialize.BeginInit For a description of this member, see BeginInit. (Inherited from DataGridView.)
Explicit interface implemetationPrivate method ISupportInitialize.EndInit For a description of this member, see EndInit. (Inherited from DataGridView.)
Explicit interface implemetationPrivate method IDropTarget.OnDragDrop Infrastructure. Raises the DragDrop event. (Inherited from Control.)
Explicit interface implemetationPrivate method IDropTarget.OnDragEnter Infrastructure. Raises the DragEnter event. (Inherited from Control.)
Explicit interface implemetationPrivate method IDropTarget.OnDragLeave Infrastructure. Raises the DragLeave event. (Inherited from Control.)
Explicit interface implemetationPrivate method IDropTarget.OnDragOver Infrastructure. Raises the DragOver event. (Inherited from Control.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace