ExtendedDataGridView MethodsCleanCode C# Libraries v1.2.03 API
The ExtendedDataGridView type exposes the following members.
Methods

  NameDescription
Protected methodOnlineAccessibilityNotifyClients(AccessibleEvents, Int32)
Notifies the accessibility client applications of the specified OnlineAccessibleEvents for the specified child control.
(Inherited from OnlineControl.)
Protected methodOnlineAccessibilityNotifyClients(AccessibleEvents, Int32, Int32)
Notifies the accessibility client applications of the specified OnlineAccessibleEvents for the specified child control .
(Inherited from OnlineControl.)
Protected methodOnlineAccessibilityNotifyCurrentCellChanged
Notifies the accessible client applications when a new cell becomes the current cell.
(Inherited from OnlineDataGridView.)
Public methodOnlineAdjustColumnHeaderBorderStyle
Adjusts the OnlineDataGridViewAdvancedBorderStyle for a column header cell of a OnlineDataGridView that is currently being painted.
(Inherited from OnlineDataGridView.)
Public methodOnlineAreAllCellsSelected
Returns a value indicating whether all the OnlineDataGridView cells are currently selected.
(Inherited from OnlineDataGridView.)
Public methodOnlineAutoResizeColumn(Int32)
Adjusts the width of the specified column to fit the contents of all its cells, including the header cell.
(Inherited from OnlineDataGridView.)
Public methodOnlineAutoResizeColumn(Int32, DataGridViewAutoSizeColumnMode)
Adjusts the width of the specified column using the specified size mode.
(Inherited from OnlineDataGridView.)
Protected methodOnlineAutoResizeColumn(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 OnlineDataGridView.)
Public methodOnlineAutoResizeColumnHeadersHeight 
Adjusts the height of the column headers to fit the contents of the largest column header.
(Inherited from OnlineDataGridView.)
Public methodOnlineAutoResizeColumnHeadersHeight(Int32)
Adjusts the height of the column headers based on changes to the contents of the header in the specified column.
(Inherited from OnlineDataGridView.)
Protected methodOnlineAutoResizeColumnHeadersHeight(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 OnlineDataGridView.)
Protected methodOnlineAutoResizeColumnHeadersHeight(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 OnlineDataGridView.)
Public methodOnlineAutoResizeColumns 
Adjusts the width of all columns to fit the contents of all their cells, including the header cells.
(Inherited from OnlineDataGridView.)
Public methodOnlineAutoResizeColumns(DataGridViewAutoSizeColumnsMode)
Adjusts the width of all columns using the specified size mode.
(Inherited from OnlineDataGridView.)
Protected methodOnlineAutoResizeColumns(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 OnlineDataGridView.)
Public methodOnlineAutoResizeRow(Int32)
Adjusts the height of the specified row to fit the contents of all its cells including the header cell.
(Inherited from OnlineDataGridView.)
Public methodOnlineAutoResizeRow(Int32, DataGridViewAutoSizeRowMode)
Adjusts the height of the specified row using the specified size mode.
(Inherited from OnlineDataGridView.)
Protected methodOnlineAutoResizeRow(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 OnlineDataGridView.)
Public methodOnlineAutoResizeRowHeadersWidth(DataGridViewRowHeadersWidthSizeMode)
Adjusts the width of the row headers using the specified size mode.
(Inherited from OnlineDataGridView.)
Public methodOnlineAutoResizeRowHeadersWidth(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 OnlineDataGridView.)
Protected methodOnlineAutoResizeRowHeadersWidth(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 OnlineDataGridView.)
Protected methodOnlineAutoResizeRowHeadersWidth(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 OnlineDataGridView.)
Public methodOnlineAutoResizeRows 
Adjusts the heights of all rows to fit the contents of all their cells, including the header cells.
(Inherited from OnlineDataGridView.)
Public methodOnlineAutoResizeRows(DataGridViewAutoSizeRowsMode)
Adjusts the heights of the rows using the specified size mode value.
(Inherited from OnlineDataGridView.)
Protected methodOnlineAutoResizeRows(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 OnlineDataGridView.)
Protected methodOnlineAutoResizeRows(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 OnlineDataGridView.)
Public methodOnlineBeginEdit
Puts the current cell in edit mode.
(Inherited from OnlineDataGridView.)
Public methodOnlineBeginInvoke(Delegate)
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
(Inherited from OnlineControl.)
Public methodOnlineBeginInvoke(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 OnlineControl.)
Public methodOnlineBringToFront
Brings the control to the front of the z-order.
(Inherited from OnlineControl.)
Public methodOnlineCancelEdit
Cancels edit mode for the currently selected cell and discards any changes.
(Inherited from OnlineDataGridView.)
Public methodChangeRowHeight
Changes the height of each row in the DataGridView.
Public methodOnlineClearSelection 
Clears the current selection by unselecting all selected cells.
(Inherited from OnlineDataGridView.)
Protected methodOnlineClearSelection(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 OnlineDataGridView.)
Public methodOnlineCommitEdit
Commits changes in the current cell to the data cache without ending edit mode.
(Inherited from OnlineDataGridView.)
Public methodOnlineContains
Retrieves a value indicating whether the specified control is a child of the control.
(Inherited from OnlineControl.)
Protected methodOnlineCreateAccessibilityInstance
Creates a new accessible object for the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Protected methodOnlineCreateColumnsInstance
Creates and returns a new OnlineDataGridViewColumnCollection.
(Inherited from OnlineDataGridView.)
Public methodOnlineCreateControl
Forces the creation of the control, including the creation of the handle and any child controls.
(Inherited from OnlineControl.)
Protected methodOnlineCreateControlsInstance (Inherited from OnlineDataGridView.)
Public methodOnlineCreateGraphics
Creates the OnlineGraphics for the control.
(Inherited from OnlineControl.)
Protected methodOnlineCreateHandle
Creates a handle for the control.
(Inherited from OnlineControl.)
Public methodOnlineCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineCreateRowsInstance
Creates and returns a new OnlineDataGridViewRowCollection.
(Inherited from OnlineDataGridView.)
Protected methodOnlineDefWndProc
Sends the specified message to the default window procedure.
(Inherited from OnlineControl.)
Protected methodOnlineDestroyHandle
Destroys the handle associated with the control.
(Inherited from OnlineControl.)
Public methodOnlineDisplayedColumnCount
Returns the number of columns displayed to the user.
(Inherited from OnlineDataGridView.)
Public methodOnlineDisplayedRowCount
Returns the number of rows displayed to the user.
(Inherited from OnlineDataGridView.)
Public methodOnlineDispose 
Releases all resources used by the OnlineComponent.
(Inherited from OnlineComponent.)
Protected methodOnlineDispose(Boolean) (Inherited from OnlineDataGridView.)
Public methodOnlineDoDragDrop
Begins a drag-and-drop operation.
(Inherited from OnlineControl.)
Public methodOnlineDrawToBitmap
Supports rendering to the specified bitmap.
(Inherited from OnlineControl.)
Public methodOnlineEndEdit 
Commits and ends the edit operation on the current cell using the default error context.
(Inherited from OnlineDataGridView.)
Public methodOnlineEndEdit(DataGridViewDataErrorContexts)
Commits and ends the edit operation on the current cell using the specified error context.
(Inherited from OnlineDataGridView.)
Public methodOnlineEndInvoke
Retrieves the return value of the asynchronous operation represented by the OnlineIAsyncResult passed.
(Inherited from OnlineControl.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodFilterGrid 
Filters the grid using the current values of the filter panel.
Public methodFilterGrid(String)
Filters the grid using explicit parameters.
Protected methodOnlineFinalize
Releases unmanaged resources and performs other cleanup operations before the OnlineComponent is reclaimed by garbage collection.
(Inherited from OnlineComponent.)
Public methodOnlineFindForm
Retrieves the form that the control is on.
(Inherited from OnlineControl.)
Public methodOnlineFocus
Sets input focus to the control.
(Inherited from OnlineControl.)
Protected methodOnlineGetAccessibilityObjectById (Inherited from OnlineDataGridView.)
Protected methodOnlineGetAutoSizeMode
Retrieves a value indicating how a control will behave when its OnlineAutoSize property is enabled.
(Inherited from OnlineControl.)
Public methodOnlineGetCellCount
Gets the number of cells that satisfy the provided filter.
(Inherited from OnlineDataGridView.)
Public methodOnlineGetCellDisplayRectangle
Returns the rectangle that represents the display area for a cell.
(Inherited from OnlineDataGridView.)
Public methodOnlineGetChildAtPoint(Point)
Retrieves the child control that is located at the specified coordinates.
(Inherited from OnlineControl.)
Public methodOnlineGetChildAtPoint(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 OnlineControl.)
Public methodOnlineGetClipboardContent
Retrieves the formatted values that represent the contents of the selected cells for copying to the OnlineClipboard.
(Inherited from OnlineDataGridView.)
Public methodOnlineGetColumnDisplayRectangle
Returns the rectangle that represents the display area for a column, as determined by the column index.
(Inherited from OnlineDataGridView.)
Public methodOnlineGetContainerControl
Returns the next OnlineContainerControl up the control's chain of parent controls.
(Inherited from OnlineControl.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineGetNextControl
Retrieves the next control forward or back in the tab order of child controls.
(Inherited from OnlineControl.)
Public methodOnlineGetPreferredSize
Retrieves the size of a rectangular area into which a control can be fitted.
(Inherited from OnlineControl.)
Public methodOnlineGetRowDisplayRectangle
Returns the rectangle that represents the display area for a row, as determined by the row index.
(Inherited from OnlineDataGridView.)
Protected methodOnlineGetScaledBounds
Retrieves the bounds within which the control is scaled.
(Inherited from OnlineControl.)
Protected methodOnlineGetService
Returns an object that represents a service provided by the OnlineComponent or by its OnlineContainer.
(Inherited from OnlineComponent.)
Protected methodOnlineGetStyle
Retrieves the value of the specified control style bit for the control.
(Inherited from OnlineControl.)
Protected methodOnlineGetTopLevel
Determines if the control is a top-level control.
(Inherited from OnlineControl.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineHide
Conceals the control from the user.
(Inherited from OnlineControl.)
Public methodOnlineHitTest
Returns location information, such as row and column indices, given x- and y-coordinates.
(Inherited from OnlineDataGridView.)
Public methodOnlineInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineInitLayout
Called after the control has been added to another container.
(Inherited from OnlineControl.)
Public methodOnlineInvalidate 
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from OnlineControl.)
Public methodOnlineInvalidate(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 OnlineControl.)
Public methodOnlineInvalidate(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 OnlineControl.)
Public methodOnlineInvalidate(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 OnlineControl.)
Public methodOnlineInvalidate(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 OnlineControl.)
Public methodOnlineInvalidate(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 OnlineControl.)
Public methodOnlineInvalidateCell(DataGridViewCell)
Invalidates the specified cell of the OnlineDataGridView, forcing it to be repainted.
(Inherited from OnlineDataGridView.)
Public methodOnlineInvalidateCell(Int32, Int32)
Invalidates the cell with the specified row and column indexes, forcing it to be repainted.
(Inherited from OnlineDataGridView.)
Public methodOnlineInvalidateColumn
Invalidates the specified column of the OnlineDataGridView, forcing it to be repainted.
(Inherited from OnlineDataGridView.)
Public methodOnlineInvalidateRow
Invalidates the specified row of the OnlineDataGridView, forcing it to be repainted.
(Inherited from OnlineDataGridView.)
Public methodOnlineInvoke(Delegate)
Executes the specified delegate on the thread that owns the control's underlying window handle.
(Inherited from OnlineControl.)
Public methodOnlineInvoke(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 OnlineControl.)
Protected methodOnlineInvokeGotFocus
Raises the OnlineGotFocus event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineInvokeLostFocus
Raises the OnlineLostFocus event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineInvokeOnClick
Raises the OnlineClick event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineInvokePaint
Raises the OnlinePaint event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineInvokePaintBackground
Raises the PaintBackground event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineIsInputChar
Determines whether a character is an input character that the OnlineDataGridView recognizes.
(Inherited from OnlineDataGridView.)
Protected methodOnlineIsInputKey (Inherited from OnlineDataGridView.)
Protected methodOnlineMemberwiseClone 
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone(Boolean)
Creates a shallow copy of the current OnlineMarshalByRefObject object.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineNotifyCurrentCellDirty
Notifies the OnlineDataGridView that the current cell has uncommitted changes.
(Inherited from OnlineDataGridView.)
Protected methodOnlineNotifyInvalidate
Raises the OnlineInvalidated event with a specified region of the control to invalidate.
(Inherited from OnlineControl.)
Protected methodOnlineOnAllowUserToAddRowsChanged
Raises the OnlineAllowUserToAddRowsChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnAllowUserToDeleteRowsChanged
Raises the OnlineAllowUserToDeleteRowsChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnAllowUserToOrderColumnsChanged
Raises the OnlineAllowUserToOrderColumnsChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnAllowUserToResizeColumnsChanged (Inherited from OnlineDataGridView.)
Protected methodOnlineOnAllowUserToResizeRowsChanged
Raises the OnlineAllowUserToResizeRowsChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnAlternatingRowsDefaultCellStyleChanged (Inherited from OnlineDataGridView.)
Protected methodOnlineOnAutoGenerateColumnsChanged
Raises the OnlineAutoGenerateColumnsChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnAutoSizeChanged
Raises the OnlineAutoSizeChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnAutoSizeColumnModeChanged
Raises the OnlineAutoSizeColumnModeChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnAutoSizeColumnsModeChanged
Raises the OnlineAutoSizeColumnsModeChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnAutoSizeRowsModeChanged
Raises the OnlineAutoSizeRowsModeChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnBackColorChanged
Raises the OnlineBackColorChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnBackgroundColorChanged
Raises the OnlineBackgroundColorChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnBackgroundImageChanged
Raises the OnlineBackgroundImageChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnBackgroundImageLayoutChanged
Raises the OnlineBackgroundImageLayoutChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnBindingContextChanged
Raises the OnlineBindingContextChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnBorderStyleChanged
Raises the OnlineBorderStyleChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCancelRowEdit
Raises the OnlineCancelRowEdit event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCausesValidationChanged
Raises the OnlineCausesValidationChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnCellBeginEdit
Raises the OnlineCellBeginEdit event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellBorderStyleChanged
Raises the OnlineCellBorderStyleChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellClick
Raises the OnlineCellClick event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellContentClick
Raises the OnlineCellContentClick event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellContentDoubleClick
Raises the OnlineCellContentDoubleClick event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellContextMenuStripChanged
Raises the OnlineCellContextMenuStripChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellContextMenuStripNeeded
Raises the OnlineCellContextMenuStripNeeded event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellDoubleClick
Raises the OnlineCellDoubleClick event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellEndEdit
Raises the OnlineCellEndEdit event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellEnter
Raises the OnlineCellEnter event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellErrorTextChanged
Raises the OnlineCellErrorTextChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellErrorTextNeeded
Raises the OnlineCellErrorTextNeeded event.
(Inherited from OnlineDataGridView.)
Protected methodOnCellFormatting
Raises the CellFormatting event.
(Overrides OnlineDataGridView OnCellFormatting(DataGridViewCellFormattingEventArgs).)
Protected methodOnlineOnCellLeave
Raises the OnlineCellLeave event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellMouseClick
Raises the OnlineCellMouseClick event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellMouseDoubleClick
Raises the OnlineCellMouseDoubleClick event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellMouseDown
Raises the OnlineCellMouseDown event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellMouseEnter
Raises the OnlineCellMouseEnter event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellMouseLeave
Raises the OnlineCellMouseLeave event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellMouseMove
Raises the OnlineCellMouseMove event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellMouseUp
Raises the OnlineCellMouseUp event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellPainting
Raises the OnlineCellPainting event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellParsing
Raises the OnlineCellParsing event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellStateChanged
Raises the OnlineCellStateChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellStyleChanged
Raises the OnlineCellStyleChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellStyleContentChanged
Raises the OnlineCellStyleContentChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellToolTipTextChanged
Raises the OnlineCellToolTipTextChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellToolTipTextNeeded
Raises the OnlineCellToolTipTextNeeded event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellValidated
Raises the OnlineCellValidated event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellValidating
Raises the OnlineCellValidating event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellValueChanged
Raises the OnlineCellValueChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellValueNeeded
Raises the OnlineCellValueNeeded event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCellValuePushed
Raises the OnlineCellValuePushed event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnChangeUICues
Raises the OnlineChangeUICues event.
(Inherited from OnlineControl.)
Protected methodOnlineOnClick
Raises the OnlineClick event.
(Inherited from OnlineControl.)
Protected methodOnlineOnClientSizeChanged
Raises the OnlineClientSizeChanged event.
(Inherited from OnlineControl.)
Protected methodOnColumnAdded
Raises the OnlineColumnAdded event.
(Overrides OnlineDataGridView OnColumnAdded(DataGridViewColumnEventArgs).)
Protected methodOnlineOnColumnContextMenuStripChanged
Raises the OnlineColumnContextMenuStripChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnDataPropertyNameChanged
Raises the OnlineColumnDataPropertyNameChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnDefaultCellStyleChanged
Raises the OnlineColumnDefaultCellStyleChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnDisplayIndexChanged
Raises the OnlineColumnDisplayIndexChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnDividerDoubleClick
Raises the OnlineColumnDividerDoubleClick event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnDividerWidthChanged
Raises the OnlineColumnDividerWidthChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnHeaderCellChanged
Raises the OnlineColumnHeaderCellChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnHeaderMouseClick
Raises the OnlineColumnHeaderMouseClick event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnHeaderMouseDoubleClick
Raises the OnlineColumnHeaderMouseDoubleClick event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnHeadersBorderStyleChanged (Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnHeadersDefaultCellStyleChanged (Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnHeadersHeightChanged
Raises the OnlineColumnHeadersHeightChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnHeadersHeightSizeModeChanged (Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnMinimumWidthChanged
Raises the OnlineColumnMinimumWidthChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnNameChanged
Raises the OnlineColumnNameChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnRemoved
Raises the OnlineColumnRemoved event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnSortModeChanged
Raises the OnlineColumnSortModeChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnStateChanged
Raises the OnlineColumnStateChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnToolTipTextChanged
Raises the OnlineColumnToolTipTextChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnColumnWidthChanged
Raises the OnlineColumnWidthChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnContextMenuChanged
Raises the OnlineContextMenuChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnContextMenuStripChanged
Raises the OnlineContextMenuStripChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnControlAdded
Raises the OnlineControlAdded event.
(Inherited from OnlineControl.)
Protected methodOnlineOnControlRemoved
Raises the OnlineControlRemoved event.
(Inherited from OnlineControl.)
Protected methodOnlineOnCreateControl (Inherited from OnlineControl.)
Protected methodOnlineOnCurrentCellChanged
Raises the OnlineCurrentCellChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCurrentCellDirtyStateChanged
Raises the OnlineCurrentCellDirtyStateChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnCursorChanged
Raises the OnlineCursorChanged event and updates the OnlineUserSetCursor property if the cursor was changed in user code.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnDataBindingComplete
Raises the OnlineDataBindingComplete event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnDataError
Raises the OnlineDataError event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnDataMemberChanged
Raises the OnlineDataMemberChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnDataSourceChanged
Raises the OnlineDataSourceChanged event.
(Overrides OnlineDataGridView OnDataSourceChanged(EventArgs).)
Protected methodOnlineOnDefaultCellStyleChanged
Raises the OnlineDefaultCellStyleChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnDefaultValuesNeeded
Raises the OnlineDefaultValuesNeeded event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnDockChanged
Raises the OnlineDockChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDoubleClick
Raises the OnlineDoubleClick event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnDragDrop
Raises the OnlineDragDrop event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDragEnter
Raises the OnlineDragEnter event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDragLeave
Raises the OnlineDragLeave event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDragOver
Raises the OnlineDragOver event.
(Inherited from OnlineControl.)
Protected methodOnlineOnEditingControlShowing
Raises the OnlineEditingControlShowing event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnEditModeChanged
Raises the OnlineEditModeChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnEnabledChanged (Inherited from OnlineDataGridView.)
Protected methodOnlineOnEnter
Raises the OnlineEnter event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnFontChanged
Raises the OnlineFontChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnForeColorChanged
Raises the OnlineForeColorChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnGiveFeedback
Raises the OnlineGiveFeedback event.
(Inherited from OnlineControl.)
Protected methodOnlineOnGotFocus (Inherited from OnlineDataGridView.)
Protected methodOnlineOnGridColorChanged
Raises the OnlineGridColorChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnHandleCreated
Raises the OnlineHandleCreated event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnHandleDestroyed (Inherited from OnlineDataGridView.)
Protected methodOnlineOnHelpRequested
Raises the OnlineHelpRequested event.
(Inherited from OnlineControl.)
Protected methodOnlineOnImeModeChanged
Raises the OnlineImeModeChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnInvalidated
Raises the OnlineInvalidated event.
(Inherited from OnlineControl.)
Protected methodOnKeyDown
Raises the OnlineKeyDown event.
(Overrides OnlineDataGridView OnKeyDown(KeyEventArgs).)
Protected methodOnlineOnKeyPress
Raises the OnlineKeyPress event.
(Inherited from OnlineDataGridView.)
Protected methodOnKeyUp
Raises the OnlineKeyUp event.
(Overrides OnlineDataGridView OnKeyUp(KeyEventArgs).)
Protected methodOnlineOnLayout
Raises the OnlineLayout event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnLeave
Raises the OnlineLeave event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnLocationChanged
Raises the OnlineLocationChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnLostFocus (Inherited from OnlineDataGridView.)
Protected methodOnlineOnMarginChanged
Raises the OnlineMarginChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseCaptureChanged
Raises the OnlineMouseCaptureChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseClick
Raises the OnlineMouseClick event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnMouseDoubleClick (Inherited from OnlineDataGridView.)
Protected methodOnlineOnMouseDown
Raises the OnlineMouseDown event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnMouseEnter (Inherited from OnlineDataGridView.)
Protected methodOnlineOnMouseHover
Raises the OnlineMouseHover event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseLeave
Raises the OnlineMouseLeave event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnMouseMove
Raises the OnlineMouseMove event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnMouseUp
Raises the OnlineMouseUp event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnMouseWheel (Inherited from OnlineDataGridView.)
Protected methodOnlineOnMove
Raises the OnlineMove event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMultiSelectChanged
Raises the OnlineMultiSelectChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnNewRowNeeded
Raises the OnlineNewRowNeeded event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnNotifyMessage
Notifies the control of Windows messages.
(Inherited from OnlineControl.)
Protected methodOnlineOnPaddingChanged
Raises the OnlinePaddingChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnPaint
Raises the OnlinePaint event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnPaintBackground
Paints the background of the control.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentBackColorChanged
Raises the OnlineBackColorChanged event when the OnlineBackColor property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentBackgroundImageChanged
Raises the OnlineBackgroundImageChanged event when the OnlineBackgroundImage property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentBindingContextChanged
Raises the OnlineBindingContextChanged event when the OnlineBindingContext property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentChanged
Raises the OnlineParentChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentCursorChanged
Raises the OnlineCursorChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentEnabledChanged
Raises the OnlineEnabledChanged event when the OnlineEnabled property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentFontChanged
Raises the OnlineFontChanged event when the OnlineFont property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentForeColorChanged
Raises the OnlineForeColorChanged event when the OnlineForeColor property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentRightToLeftChanged
Raises the OnlineRightToLeftChanged event when the OnlineRightToLeft property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentVisibleChanged
Raises the OnlineVisibleChanged event when the OnlineVisible property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnPreviewKeyDown
Raises the OnlinePreviewKeyDown event.
(Inherited from OnlineControl.)
Protected methodOnlineOnPrint
Raises the OnlinePaint event.
(Inherited from OnlineControl.)
Protected methodOnlineOnQueryContinueDrag
Raises the OnlineQueryContinueDrag event.
(Inherited from OnlineControl.)
Protected methodOnlineOnReadOnlyChanged
Raises the OnlineReadOnlyChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRegionChanged
Raises the OnlineRegionChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnResize
Raises the OnlineResize event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRightToLeftChanged (Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowContextMenuStripChanged
Raises the OnlineRowContextMenuStripChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowContextMenuStripNeeded
Raises the OnlineRowContextMenuStripNeeded event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowDefaultCellStyleChanged
Raises the OnlineRowDefaultCellStyleChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowDirtyStateNeeded
Raises the OnlineRowDirtyStateNeeded event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowDividerDoubleClick
Raises the OnlineRowDividerDoubleClick event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowDividerHeightChanged
Raises the OnlineRowDividerHeightChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowEnter
Raises the OnlineRowEnter event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowErrorTextChanged
Raises the OnlineRowErrorTextChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowErrorTextNeeded
Raises the OnlineRowErrorTextNeeded event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowHeaderCellChanged
Raises the OnlineRowHeaderCellChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowHeaderMouseClick
Raises the OnlineRowHeaderMouseClick event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowHeaderMouseDoubleClick
Raises the OnlineRowHeaderMouseDoubleClick event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowHeadersBorderStyleChanged
Raises the OnlineRowHeadersBorderStyleChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowHeadersDefaultCellStyleChanged (Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowHeadersWidthChanged
Raises the OnlineRowHeadersWidthChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowHeadersWidthSizeModeChanged
Raises the OnlineRowHeadersWidthSizeModeChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowHeightChanged
Raises the OnlineRowHeightChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowHeightInfoNeeded
Raises the OnlineRowHeightInfoNeeded event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowHeightInfoPushed
Raises the OnlineRowHeightInfoPushed event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowLeave
Raises the OnlineRowLeave event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowMinimumHeightChanged
Raises the OnlineRowMinimumHeightChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowPostPaint
Raises the OnlineRowPostPaint event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowPrePaint
Raises the OnlineRowPrePaint event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowsAdded
Raises the OnlineRowsAdded event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowsDefaultCellStyleChanged
Raises the OnlineRowsDefaultCellStyleChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowsRemoved
Raises the OnlineRowsRemoved event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowStateChanged
Raises the OnlineRowStateChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowUnshared
Raises the OnlineRowUnshared event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowValidated
Raises the OnlineRowValidated event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnRowValidating
Raises the OnlineRowValidating event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnScroll
Raises the OnlineScroll event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnSelectionChanged
Raises the OnlineSelectionChanged event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnSizeChanged
Raises the OnlineSizeChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnSortCompare
Raises the OnlineSortCompare event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnSorted
Raises the OnlineSorted event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnStyleChanged
Raises the OnlineStyleChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnSystemColorsChanged
Raises the OnlineSystemColorsChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnTabIndexChanged
Raises the OnlineTabIndexChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnTabStopChanged
Raises the OnlineTabStopChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnTextChanged
Raises the OnlineTextChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnUserAddedRow
Raises the OnlineUserAddedRow event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnUserDeletedRow
Raises the OnlineUserDeletedRow event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnUserDeletingRow
Raises the OnlineUserDeletingRow event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnValidated
Raises the OnlineValidated event.
(Inherited from OnlineControl.)
Protected methodOnlineOnValidating
Raises the OnlineValidating event.
(Inherited from OnlineDataGridView.)
Protected methodOnlineOnVisibleChanged (Inherited from OnlineDataGridView.)
Public methodOnWorkFinished
Called when work finishes.
Public methodOnWorkStart
Called when work starts.
Protected methodOnlinePaintBackground
Paints the background of the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public methodOnlinePerformLayout 
Forces the control to apply layout logic to all its child controls.
(Inherited from OnlineControl.)
Public methodOnlinePerformLayout(Control, String)
Forces the control to apply layout logic to all its child controls.
(Inherited from OnlineControl.)
Public methodOnlinePointToClient
Computes the location of the specified screen point into client coordinates.
(Inherited from OnlineControl.)
Public methodOnlinePointToScreen
Computes the location of the specified client point into screen coordinates.
(Inherited from OnlineControl.)
Public methodOnlinePreProcessControlMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from OnlineControl.)
Public methodOnlinePreProcessMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from OnlineControl.)
Protected methodOnlineProcessAKey
Processes the A key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessCmdKey
Processes a command key.
(Inherited from OnlineControl.)
Protected methodProcessDataGridViewKey
Ignores Alt+Up and Alt+Down, passing through any other keys.
(Overrides OnlineDataGridView ProcessDataGridViewKey(KeyEventArgs).)
Protected methodOnlineProcessDeleteKey
Processes the DELETE key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessDialogChar
Processes a dialog character.
(Inherited from OnlineControl.)
Protected methodProcessDialogKey
Ignores Alt+Up and Alt+Down, passing through any other keys.
(Overrides OnlineDataGridView ProcessDialogKey(Keys).)
Protected methodOnlineProcessDownKey
Processes the DOWN ARROW key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessEndKey
Processes the END key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessEnterKey
Processes the ENTER key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessEscapeKey
Processes the ESC key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessF2Key
Processes the F2 key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessHomeKey
Processes the HOME key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessInsertKey
Processes the INSERT key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessKeyEventArgs
Processes a key message and generates the appropriate control events.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessKeyMessage
Processes a keyboard message.
(Inherited from OnlineControl.)
Protected methodOnlineProcessKeyPreview
Previews a keyboard message.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessLeftKey
Processes the LEFT ARROW key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessMnemonic
Processes a mnemonic character.
(Inherited from OnlineControl.)
Protected methodOnlineProcessNextKey
Processes the PAGE DOWN key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessPriorKey
Processes the PAGE UP key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessRightKey
Processes the RIGHT ARROW key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessSpaceKey
Processes the SPACEBAR.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessTabKey
Processes the TAB key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessUpKey
Processes the UP ARROW key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineProcessZeroKey
Processes the 0 key.
(Inherited from OnlineDataGridView.)
Protected methodOnlineRaiseDragEvent
Raises the appropriate drag event.
(Inherited from OnlineControl.)
Protected methodOnlineRaiseKeyEvent
Raises the appropriate key event.
(Inherited from OnlineControl.)
Protected methodOnlineRaiseMouseEvent
Raises the appropriate mouse event.
(Inherited from OnlineControl.)
Protected methodOnlineRaisePaintEvent
Raises the appropriate paint event.
(Inherited from OnlineControl.)
Protected methodOnlineRecreateHandle
Forces the re-creation of the handle for the control.
(Inherited from OnlineControl.)
Public methodOnlineRectangleToClient
Computes the size and location of the specified screen rectangle in client coordinates.
(Inherited from OnlineControl.)
Public methodOnlineRectangleToScreen
Computes the size and location of the specified client rectangle in screen coordinates.
(Inherited from OnlineControl.)
Public methodOnlineRefresh
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Inherited from OnlineControl.)
Public methodOnlineRefreshEdit
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 OnlineDataGridView.)
Public methodOnlineResetBackColor
Resets the OnlineBackColor property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetBindings
Causes a control bound to the OnlineBindingSource to reread all the items in the list and refresh their displayed values.
(Inherited from OnlineControl.)
Public methodOnlineResetCursor
Resets the OnlineCursor property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetFont
Resets the OnlineFont property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetForeColor
Resets the OnlineForeColor property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetImeMode
Resets the OnlineImeMode property to its default value.
(Inherited from OnlineControl.)
Protected methodOnlineResetMouseEventArgs
Resets the control to handle the OnlineMouseLeave event.
(Inherited from OnlineControl.)
Public methodOnlineResetRightToLeft
Resets the OnlineRightToLeft property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetText
Resets the OnlineText property to its default value.
(Inherited from OnlineDataGridView.)
Public methodOnlineResumeLayout 
Resumes usual layout logic.
(Inherited from OnlineControl.)
Public methodOnlineResumeLayout(Boolean)
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateAlignment(HorizontalAlignment)
Converts the specified OnlineHorizontalAlignment to the appropriate OnlineHorizontalAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateAlignment(LeftRightAlignment)
Converts the specified OnlineLeftRightAlignment to the appropriate OnlineLeftRightAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateAlignment(ContentAlignment)
Converts the specified OnlineContentAlignment to the appropriate OnlineContentAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateContent
Converts the specified OnlineContentAlignment to the appropriate OnlineContentAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateHorizontal
Converts the specified OnlineHorizontalAlignment to the appropriate OnlineHorizontalAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateLeftRight
Converts the specified OnlineLeftRightAlignment to the appropriate OnlineLeftRightAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Public methodOnlineScale(Single)Obsolete.
Scales the control and any child controls.
(Inherited from OnlineControl.)
Public methodOnlineScale(SizeF)
Scales the control and all child controls by the specified scaling factor.
(Inherited from OnlineControl.)
Public methodOnlineScale(Single, Single)Obsolete.
Scales the entire control and any child controls.
(Inherited from OnlineControl.)
Protected methodOnlineScaleControl
Scales a control's location, size, padding and margin.
(Inherited from OnlineControl.)
Protected methodOnlineScaleCore
This method is not relevant for this class.
(Inherited from OnlineControl.)
Public methodOnlineSelect 
Activates the control.
(Inherited from OnlineControl.)
Protected methodOnlineSelect(Boolean, Boolean)
Activates a child control. Optionally specifies the direction in the tab order to select the control from.
(Inherited from OnlineControl.)
Public methodOnlineSelectAll
Selects all the cells in the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public methodOnlineSelectNextControl
Activates the next control.
(Inherited from OnlineControl.)
Public methodOnlineSendToBack
Sends the control to the back of the z-order.
(Inherited from OnlineControl.)
Protected methodOnlineSetAutoSizeMode
Sets a value indicating how a control will behave when its OnlineAutoSize property is enabled.
(Inherited from OnlineControl.)
Public methodOnlineSetBounds(Int32, Int32, Int32, Int32)
Sets the bounds of the control to the specified location and size.
(Inherited from OnlineControl.)
Public methodOnlineSetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)
Sets the specified bounds of the control to the specified location and size.
(Inherited from OnlineControl.)
Protected methodOnlineSetBoundsCore (Inherited from OnlineDataGridView.)
Protected methodOnlineSetClientSizeCore
Sets the size of the client area of the control.
(Inherited from OnlineControl.)
Public methodSetColumnWidths
Sets the column widths to either fit the headers or fit the data.
Protected methodOnlineSetCurrentCellAddressCore
Sets the currently active cell.
(Inherited from OnlineDataGridView.)
Protected methodOnlineSetSelectedCellCore
Changes the selection state of the cell with the specified row and column indexes.
(Inherited from OnlineDataGridView.)
Protected methodOnlineSetSelectedColumnCore
Changes the selection state of the column with the specified index.
(Inherited from OnlineDataGridView.)
Protected methodOnlineSetSelectedRowCore
Changes the selection state of the row with the specified index.
(Inherited from OnlineDataGridView.)
Protected methodOnlineSetStyle
Sets a specified OnlineControlStyles flag to either true or false.
(Inherited from OnlineControl.)
Protected methodOnlineSetTopLevel
Sets the control as the top-level control.
(Inherited from OnlineControl.)
Protected methodOnlineSetVisibleCore
Sets the control to the specified visible state.
(Inherited from OnlineControl.)
Public methodOnlineShow
Displays the control to the user.
(Inherited from OnlineControl.)
Public methodShowFilter
Shows the filter panel.
Public methodShowSearch
Shows the search panel only if DataGridView has been explicitly sorted.
Public methodShowUserCommands
Displays a quick reference list of user commands.
Protected methodOnlineSizeFromClientSize
Determines the size of the entire control from the height and width of its client area.
(Inherited from OnlineControl.)
Public methodOnlineSort(IComparer)
Sorts the contents of the OnlineDataGridView control using an implementation of the OnlineIComparer interface.
(Inherited from OnlineDataGridView.)
Public methodOnlineSort(DataGridViewColumn, ListSortDirection)
Sorts the contents of the OnlineDataGridView control in ascending or descending order based on the contents of the specified column.
(Inherited from OnlineDataGridView.)
Public methodOnlineSuspendLayout
Temporarily suspends the layout logic for the control.
(Inherited from OnlineControl.)
Public methodToCsv
Exports the DataGridView to a CSV file.
Public methodToExcel
Exports the DataGridView to Excel, launching it if necessary.
Public methodOnlineToString
Returns a OnlineString containing the name of the OnlineComponent, if any. This method should not be overridden.
(Inherited from OnlineComponent.)
Public methodOnlineUpdate
Causes the control to redraw the invalidated regions within its client area.
(Inherited from OnlineControl.)
Protected methodOnlineUpdateBounds 
Updates the bounds of the control with the current size and location.
(Inherited from OnlineControl.)
Protected methodOnlineUpdateBounds(Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size and location.
(Inherited from OnlineControl.)
Protected methodOnlineUpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size, location, and client size.
(Inherited from OnlineControl.)
Public methodOnlineUpdateCellErrorText
Forces the cell at the specified location to update its error text.
(Inherited from OnlineDataGridView.)
Public methodOnlineUpdateCellValue
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 OnlineDataGridView.)
Public methodOnlineUpdateRowErrorText(Int32)
Forces the row at the given row index to update its error text.
(Inherited from OnlineDataGridView.)
Public methodOnlineUpdateRowErrorText(Int32, Int32)
Forces the rows in the given range to update their error text.
(Inherited from OnlineDataGridView.)
Public methodOnlineUpdateRowHeightInfo
Forces the specified row or rows to update their height information.
(Inherited from OnlineDataGridView.)
Protected methodOnlineUpdateStyles
Forces the assigned styles to be reapplied to the control.
(Inherited from OnlineControl.)
Protected methodOnlineUpdateZOrder
Updates the control in its parent's z-order.
(Inherited from OnlineControl.)
Protected methodOnlineWndProc
Processes window messages.
(Inherited from OnlineDataGridView.)
Back to Top
See Also