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