ExtendedDataGridView MembersCleanCode C# Libraries v1.2.03 API

The ExtendedDataGridView type exposes the following members.
Constructors

  NameDescription
Public methodExtendedDataGridView
Initializes a new instance of the ExtendedDataGridView class.
Back to Top
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
Properties

  NameDescription
Public propertyOnlineAccessibilityObject
Gets the OnlineAccessibleObject assigned to the control.
(Inherited from OnlineControl.)
Public propertyOnlineAccessibleDefaultActionDescription
Gets or sets the default action description of the control for use by accessibility client applications.
(Inherited from OnlineControl.)
Public propertyOnlineAccessibleDescription
Gets or sets the description of the control used by accessibility client applications.
(Inherited from OnlineControl.)
Public propertyOnlineAccessibleName
Gets or sets the name of the control used by accessibility client applications.
(Inherited from OnlineControl.)
Public propertyOnlineAccessibleRole
Gets or sets the accessible role of the control
(Inherited from OnlineControl.)
Public propertyOnlineAdjustedTopLeftHeaderBorderStyle
Gets the border style for the upper-left cell in the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineAdvancedCellBorderStyle
Gets the border style of the cells in the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineAdvancedColumnHeadersBorderStyle
Gets the border style of the column header cells in the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineAdvancedRowHeadersBorderStyle
Gets the border style of the row header cells in the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyAllowAddRemoveColumns
Gets or sets a value indicating whether to allow adding or removing columns.
Public propertyOnlineAllowDrop
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
(Inherited from OnlineControl.)
Public propertyOnlineAllowUserToAddRows
Gets or sets a value indicating whether the option to add rows is displayed to the user.
(Inherited from OnlineDataGridView.)
Public propertyOnlineAllowUserToDeleteRows
Gets or sets a value indicating whether the user is allowed to delete rows from the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineAllowUserToOrderColumns
Gets or sets a value indicating whether manual column repositioning is enabled.
(Inherited from OnlineDataGridView.)
Public propertyOnlineAllowUserToResizeColumns
Gets or sets a value indicating whether users can resize columns.
(Inherited from OnlineDataGridView.)
Public propertyOnlineAllowUserToResizeRows
Gets or sets a value indicating whether users can resize rows.
(Inherited from OnlineDataGridView.)
Public propertyOnlineAlternatingRowsDefaultCellStyle
Gets or sets the default cell style applied to odd-numbered rows of the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineAnchor
Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.
(Inherited from OnlineControl.)
Public propertyOnlineAutoGenerateColumns
Gets or sets a value indicating whether columns are created automatically when the OnlineDataSource or OnlineDataMember properties are set.
(Inherited from OnlineDataGridView.)
Public propertyOnlineAutoScrollOffset
Gets or sets where this control is scrolled to in OnlineScrollControlIntoView(Control).
(Inherited from OnlineControl.)
Public propertyOnlineAutoSize (Inherited from OnlineDataGridView.)
Public propertyOnlineAutoSizeColumnsMode
Gets or sets a value indicating how column widths are determined.
(Inherited from OnlineDataGridView.)
Public propertyOnlineAutoSizeRowsMode
Gets or sets a value indicating how row heights are determined.
(Inherited from OnlineDataGridView.)
Public propertyOnlineBackColor
Gets or sets the background color for the control.
(Inherited from OnlineDataGridView.)
Public propertyOnlineBackgroundColor
Gets or sets the background color of the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineBackgroundImage
Gets or sets the background image displayed in the control.
(Inherited from OnlineDataGridView.)
Public propertyOnlineBackgroundImageLayout
Gets or sets the background image layout as defined in the OnlineImageLayout enumeration.
(Inherited from OnlineDataGridView.)
Public propertyOnlineBindingContext
Gets or sets the OnlineBindingContext for the control.
(Inherited from OnlineControl.)
Public propertyOnlineBorderStyle
Gets or sets the border style for the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineBottom
Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.
(Inherited from OnlineControl.)
Public propertyOnlineBounds
Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.
(Inherited from OnlineControl.)
Protected propertyOnlineCanEnableIme
Gets a value indicating whether the OnlineImeMode property can be set to an active value, to enable IME support.
(Inherited from OnlineDataGridView.)
Public propertyOnlineCanFocus
Gets a value indicating whether the control can receive focus.
(Inherited from OnlineControl.)
Protected propertyOnlineCanRaiseEvents
Determines if events can be raised on the control.
(Inherited from OnlineControl.)
Public propertyOnlineCanSelect
Gets a value indicating whether the control can be selected.
(Inherited from OnlineControl.)
Public propertyOnlineCapture
Gets or sets a value indicating whether the control has captured the mouse.
(Inherited from OnlineControl.)
Public propertyOnlineCausesValidation
Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus.
(Inherited from OnlineControl.)
Public propertyOnlineCellBorderStyle
Gets the cell border style for the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineClientRectangle
Gets the rectangle that represents the client area of the control.
(Inherited from OnlineControl.)
Public propertyOnlineClientSize
Gets or sets the height and width of the client area of the control.
(Inherited from OnlineControl.)
Public propertyOnlineClipboardCopyMode
Gets or sets a value that indicates whether users can copy cell text values to the OnlineClipboard and whether row and column header text is included.
(Inherited from OnlineDataGridView.)
Public propertyOnlineColumnCount
Gets or sets the number of columns displayed in the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineColumnHeadersBorderStyle
Gets the border style applied to the column headers.
(Inherited from OnlineDataGridView.)
Public propertyOnlineColumnHeadersDefaultCellStyle
Gets or sets the default column header style.
(Inherited from OnlineDataGridView.)
Public propertyOnlineColumnHeadersHeight
Gets or sets the height, in pixels, of the column headers row
(Inherited from OnlineDataGridView.)
Public propertyOnlineColumnHeadersHeightSizeMode
Gets or sets a value indicating whether the height of the column headers is adjustable and whether it can be adjusted by the user or is automatically adjusted to fit the contents of the headers.
(Inherited from OnlineDataGridView.)
Public propertyOnlineColumnHeadersVisible
Gets or sets a value indicating whether the column header row is displayed.
(Inherited from OnlineDataGridView.)
Public propertyOnlineColumns
Gets a collection that contains all the columns in the control.
(Inherited from OnlineDataGridView.)
Public propertyOnlineCompanyName
Gets the name of the company or creator of the application containing the control.
(Inherited from OnlineControl.)
Public propertyOnlineContainer
Gets the OnlineIContainer that contains the OnlineComponent.
(Inherited from OnlineComponent.)
Public propertyContainerTest
Gets or sets a value indicating whether this control is running in the context of Visual Studio's UserControl Test Container.
Public propertyOnlineContainsFocus
Gets a value indicating whether the control, or one of its child controls, currently has the input focus.
(Inherited from OnlineControl.)
Public propertyOnlineContextMenu
Gets or sets the shortcut menu associated with the control.
(Inherited from OnlineControl.)
Public propertyOnlineContextMenuStrip
Gets or sets the OnlineContextMenuStrip associated with this control.
(Inherited from OnlineControl.)
Public propertyOnlineControls
Gets the collection of controls contained within the control.
(Inherited from OnlineControl.)
Public propertyOnlineCreated
Gets a value indicating whether the control has been created.
(Inherited from OnlineControl.)
Protected propertyOnlineCreateParams
Gets the required creation parameters when the control handle is created.
(Inherited from OnlineControl.)
Public propertyOnlineCurrentCell
Gets or sets the currently active cell.
(Inherited from OnlineDataGridView.)
Public propertyOnlineCurrentCellAddress
Gets the row and column indexes of the currently active cell.
(Inherited from OnlineDataGridView.)
Public propertyOnlineCurrentRow
Gets the row containing the current cell.
(Inherited from OnlineDataGridView.)
Public propertyOnlineCursor
Gets or sets the cursor that is displayed when the mouse pointer is over the control.
(Inherited from OnlineControl.)
Public propertyOnlineDataBindings
Gets the data bindings for the control.
(Inherited from OnlineControl.)
Public propertyOnlineDataMember
Gets or sets the name of the list or table in the data source for which the OnlineDataGridView is displaying data.
(Inherited from OnlineDataGridView.)
Public propertyOnlineDataSource
Gets or sets the data source that the OnlineDataGridView is displaying data for.
(Inherited from OnlineDataGridView.)
Public propertyDateCellStyleFormat
Gets or sets the date cell style format.
Public propertyOnlineDefaultCellStyle
Gets or sets the default cell style to be applied to the cells in the OnlineDataGridView if no other cell style properties are set.
(Inherited from OnlineDataGridView.)
Protected propertyOnlineDefaultCursor
Gets or sets the default cursor for the control.
(Inherited from OnlineControl.)
Protected propertyOnlineDefaultImeMode
Gets the default Input Method Editor (IME) mode supported by the control.
(Inherited from OnlineControl.)
Protected propertyOnlineDefaultMargin
Gets the space, in pixels, that is specified by default between controls.
(Inherited from OnlineControl.)
Protected propertyOnlineDefaultMaximumSize
Gets the length and height, in pixels, that is specified as the default maximum size of a control.
(Inherited from OnlineControl.)
Protected propertyOnlineDefaultMinimumSize
Gets the length and height, in pixels, that is specified as the default minimum size of a control.
(Inherited from OnlineControl.)
Protected propertyOnlineDefaultPadding
Gets the internal spacing, in pixels, of the contents of a control.
(Inherited from OnlineControl.)
Protected propertyOnlineDefaultSize
Gets the default initial size of the control.
(Inherited from OnlineDataGridView.)
Protected propertyOnlineDesignMode
Gets a value that indicates whether the OnlineComponent is currently in design mode.
(Inherited from OnlineComponent.)
Public propertyOnlineDisplayRectangle
Gets the rectangle that represents the display area of the control.
(Inherited from OnlineDataGridView.)
Public propertyOnlineDisposing
Gets a value indicating whether the base OnlineControl class is in the process of disposing.
(Inherited from OnlineControl.)
Public propertyOnlineDock
Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
(Inherited from OnlineControl.)
Protected propertyOnlineDoubleBuffered
Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.
(Inherited from OnlineControl.)
Public propertyOnlineEditingControl
Gets the control hosted by the current cell, if a cell with an editing control is in edit mode.
(Inherited from OnlineDataGridView.)
Public propertyOnlineEditingPanel
Gets the panel that contains the OnlineEditingControl.
(Inherited from OnlineDataGridView.)
Public propertyOnlineEditMode
Gets or sets a value indicating how to begin editing a cell.
(Inherited from OnlineDataGridView.)
Public propertyOnlineEnabled
Gets or sets a value indicating whether the control can respond to user interaction.
(Inherited from OnlineControl.)
Public propertyOnlineEnableHeadersVisualStyles
Gets or sets a value indicating whether row and column headers use the visual styles of the user's current theme if visual styles are enabled for the application.
(Inherited from OnlineDataGridView.)
Protected propertyOnlineEvents
Gets the list of event handlers that are attached to this OnlineComponent.
(Inherited from OnlineComponent.)
Public propertyExportVisibleColumnsOnly
Gets or sets a value indicating whether to export visible columns only.
Public propertyOnlineFirstDisplayedCell
Gets or sets the first cell currently displayed in the OnlineDataGridView; typically, this cell is in the upper left corner.
(Inherited from OnlineDataGridView.)
Public propertyOnlineFirstDisplayedScrollingColumnHiddenWidth
Gets the width of the portion of the column that is currently scrolled out of view..
(Inherited from OnlineDataGridView.)
Public propertyOnlineFirstDisplayedScrollingColumnIndex
Gets or sets the index of the column that is the first column displayed on the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineFirstDisplayedScrollingRowIndex
Gets or sets the index of the row that is the first row displayed on the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineFocused
Gets a value indicating whether the control has input focus.
(Inherited from OnlineControl.)
Public propertyOnlineFont
Gets or sets the font of the text displayed by the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Protected propertyOnlineFontHeight
Gets or sets the height of the font of the control.
(Inherited from OnlineControl.)
Public propertyOnlineForeColor
Gets or sets the foreground color of the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineGridColor
Gets or sets the color of the grid lines separating the cells of the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineHandle
Gets the window handle that the control is bound to.
(Inherited from OnlineControl.)
Public propertyOnlineHasChildren
Gets a value indicating whether the control contains one or more child controls.
(Inherited from OnlineControl.)
Public propertyOnlineHeight
Gets or sets the height of the control.
(Inherited from OnlineControl.)
Public propertyHelpDisplayer
Gets or sets the help displayer revealed when pressing the F1 key.
Protected propertyOnlineHorizontalScrollBar
Gets the horizontal scroll bar of the control.
(Inherited from OnlineDataGridView.)
Public propertyOnlineHorizontalScrollingOffset
Gets or sets the number of pixels by which the control is scrolled horizontally.
(Inherited from OnlineDataGridView.)
Public propertyOnlineImeMode
Gets or sets the Input Method Editor (IME) mode of the control.
(Inherited from OnlineControl.)
Protected propertyOnlineImeModeBase (Inherited from OnlineControl.)
Public propertyOnlineInvokeRequired
Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on.
(Inherited from OnlineControl.)
Public propertyOnlineIsAccessible
Gets or sets a value indicating whether the control is visible to accessibility applications.
(Inherited from OnlineControl.)
Public propertyOnlineIsCurrentCellDirty
Gets a value indicating whether the current cell has uncommitted changes.
(Inherited from OnlineDataGridView.)
Public propertyOnlineIsCurrentCellInEditMode
Gets a value indicating whether the currently active cell is being edited.
(Inherited from OnlineDataGridView.)
Public propertyOnlineIsCurrentRowDirty
Gets a value indicating whether the current row has uncommitted changes.
(Inherited from OnlineDataGridView.)
Public propertyOnlineIsDisposed
Gets a value indicating whether the control has been disposed of.
(Inherited from OnlineControl.)
Public propertyOnlineIsHandleCreated
Gets a value indicating whether the control has a handle associated with it.
(Inherited from OnlineControl.)
Public propertyOnlineIsMirrored
Gets a value indicating whether the control is mirrored.
(Inherited from OnlineControl.)
Public propertyOnlineItem Int32, Int32 
Provides an indexer to get or set the cell located at the intersection of the column and row with the specified indexes.
(Inherited from OnlineDataGridView.)
Public propertyOnlineItem String, Int32 
Provides an indexer to get or set the cell located at the intersection of the row with the specified index and the column with the specified name.
(Inherited from OnlineDataGridView.)
Public propertyOnlineLayoutEngine
Gets a cached instance of the control's layout engine.
(Inherited from OnlineControl.)
Public propertyOnlineLeft
Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area.
(Inherited from OnlineControl.)
Public propertyOnlineLocation
Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
(Inherited from OnlineControl.)
Public propertyOnlineMargin
Gets or sets the space between controls.
(Inherited from OnlineControl.)
Public propertyMaxColumnWidth
Gets or sets the maximum column width to allow when fitting columns to the data.
Public propertyOnlineMaximumSize
Gets or sets the size that is the upper limit that OnlineGetPreferredSize(Size) can specify.
(Inherited from OnlineControl.)
Public propertyOnlineMinimumSize
Gets or sets the size that is the lower limit that OnlineGetPreferredSize(Size) can specify.
(Inherited from OnlineControl.)
Public propertyOnlineMultiSelect
Gets or sets a value indicating whether the user is allowed to select more than one cell, row, or column of the OnlineDataGridView at a time.
(Inherited from OnlineDataGridView.)
Public propertyOnlineName
Gets or sets the name of the control.
(Inherited from OnlineControl.)
Public propertyOnlineNewRowIndex
Gets the index of the row for new records.
(Inherited from OnlineDataGridView.)
Public propertyOnlinePadding
This property is not relevant for this control.
(Inherited from OnlineDataGridView.)
Public propertyOnlineParent
Gets or sets the parent container of the control.
(Inherited from OnlineControl.)
Public propertyOnlinePreferredSize
Gets the size of a rectangular area into which the control can fit.
(Inherited from OnlineControl.)
Public propertyOnlineProductName
Gets the product name of the assembly containing the control.
(Inherited from OnlineControl.)
Public propertyOnlineProductVersion
Gets the version of the assembly containing the control.
(Inherited from OnlineControl.)
Public propertyOnlineReadOnly
Gets or sets a value indicating whether the user can edit the cells of the OnlineDataGridView control.
(Inherited from OnlineDataGridView.)
Public propertyOnlineRecreatingHandle
Gets a value indicating whether the control is currently re-creating its handle.
(Inherited from OnlineControl.)
Public propertyOnlineRegion
Gets or sets the window region associated with the control.
(Inherited from OnlineControl.)
Protected propertyOnlineRenderRightToLeftObsolete.
This property is now obsolete.
(Inherited from OnlineControl.)
Protected propertyOnlineResizeRedraw
Gets or sets a value indicating whether the control redraws itself when resized.
(Inherited from OnlineControl.)
Public propertyOnlineRight
Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.
(Inherited from OnlineControl.)
Public propertyOnlineRightToLeft
Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
(Inherited from OnlineControl.)
Public propertyOnlineRowCount
Gets or sets the number of rows displayed in the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineRowHeadersBorderStyle
Gets or sets the border style of the row header cells.
(Inherited from OnlineDataGridView.)
Public propertyOnlineRowHeadersDefaultCellStyle
Gets or sets the default style applied to the row header cells.
(Inherited from OnlineDataGridView.)
Public propertyOnlineRowHeadersVisible
Gets or sets a value indicating whether the column that contains row headers is displayed.
(Inherited from OnlineDataGridView.)
Public propertyOnlineRowHeadersWidth
Gets or sets the width, in pixels, of the column that contains the row headers.
(Inherited from OnlineDataGridView.)
Public propertyOnlineRowHeadersWidthSizeMode
Gets or sets a value indicating whether the width of the row headers is adjustable and whether it can be adjusted by the user or is automatically adjusted to fit the contents of the headers.
(Inherited from OnlineDataGridView.)
Public propertyOnlineRows
Gets a collection that contains all the rows in the OnlineDataGridView control.
(Inherited from OnlineDataGridView.)
Public propertyOnlineRowsDefaultCellStyle
Gets or sets the default style applied to the row cells of the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public propertyOnlineRowTemplate
Gets or sets the row that represents the template for all the rows in the control.
(Inherited from OnlineDataGridView.)
Protected propertyOnlineScaleChildren
Gets a value that determines the scaling of child controls.
(Inherited from OnlineControl.)
Public propertyOnlineScrollBars
Gets or sets the type of scroll bars to display for the OnlineDataGridView control.
(Inherited from OnlineDataGridView.)
Public propertyOnlineSelectedCells
Gets the collection of cells selected by the user.
(Inherited from OnlineDataGridView.)
Public propertyOnlineSelectedColumns
Gets the collection of columns selected by the user.
(Inherited from OnlineDataGridView.)
Public propertyOnlineSelectedRows
Gets the collection of rows selected by the user.
(Inherited from OnlineDataGridView.)
Public propertyOnlineSelectionMode
Gets or sets a value indicating how the cells of the OnlineDataGridView can be selected.
(Inherited from OnlineDataGridView.)
Public propertyShowBooleansAsCheckBoxes
Gets or sets a value indicating whether to display booleans as check boxes.
Public propertyOnlineShowCellErrors
Gets or sets a value indicating whether to show cell errors.
(Inherited from OnlineDataGridView.)
Public propertyOnlineShowCellToolTips
Gets or sets a value indicating whether or not ToolTips will show when the mouse pointer pauses on a cell.
(Inherited from OnlineDataGridView.)
Public propertyShowCsvExport
Gets or sets a value indicating whether to show CSV export on the context menu.
Public propertyOnlineShowEditingIcon
Gets or sets a value indicating whether or not the editing glyph is visible in the row header of the cell being edited.
(Inherited from OnlineDataGridView.)
Protected propertyOnlineShowFocusCues
Gets a value indicating whether the control should display focus rectangles.
(Inherited from OnlineControl.)
Protected propertyOnlineShowKeyboardCues
Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators.
(Inherited from OnlineControl.)
Public propertyOnlineShowRowErrors
Gets or sets a value indicating whether row headers will display error glyphs for each row that contains a data entry error.
(Inherited from OnlineDataGridView.)
Public propertyOnlineSite
Gets or sets the site of the control.
(Inherited from OnlineControl.)
Public propertyOnlineSize
Gets or sets the height and width of the control.
(Inherited from OnlineControl.)
Public propertyOnlineSortedColumn
Gets the column by which the OnlineDataGridView contents are currently sorted.
(Inherited from OnlineDataGridView.)
Public propertyOnlineSortOrder
Gets a value indicating whether the items in the OnlineDataGridView control are sorted in ascending or descending order, or are not sorted.
(Inherited from OnlineDataGridView.)
Public propertyOnlineStandardTab
Gets or sets a value indicating whether the TAB key moves the focus to the next control in the tab order rather than moving focus to the next cell in the control.
(Inherited from OnlineDataGridView.)
Public propertySuppressAltNavigation
Gets or sets a value indicating whether to suppress alt-key navigation with up/down arrows.
Public propertyOnlineTabIndex
Gets or sets the tab order of the control within its container.
(Inherited from OnlineControl.)
Public propertyOnlineTabStop
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
(Inherited from OnlineControl.)
Public propertyOnlineTag
Gets or sets the object that contains data about the control.
(Inherited from OnlineControl.)
Public propertyOnlineText
Gets or sets the text associated with the control.
(Inherited from OnlineDataGridView.)
Public propertyOnlineTop
Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.
(Inherited from OnlineControl.)
Public propertyOnlineTopLeftHeaderCell
Gets or sets the header cell located in the upper left corner of the OnlineDataGridView control.
(Inherited from OnlineDataGridView.)
Public propertyOnlineTopLevelControl
Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost OnlineForm that the control is contained in.
(Inherited from OnlineControl.)
Public propertyUserCommandsTitle
Gets or sets the title for the user commands quick reference form.
Public propertyOnlineUserSetCursor
Gets the default or user-specified value of the OnlineCursor property.
(Inherited from OnlineDataGridView.)
Public propertyOnlineUseWaitCursor
Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls.
(Inherited from OnlineControl.)
Protected propertyOnlineVerticalScrollBar
Gets the vertical scroll bar of the control.
(Inherited from OnlineDataGridView.)
Public propertyOnlineVerticalScrollingOffset
Gets the number of pixels by which the control is scrolled vertically.
(Inherited from OnlineDataGridView.)
Public propertyOnlineVirtualMode
Gets or sets a value indicating whether you have provided your own data-management operations for the OnlineDataGridView control.
(Inherited from OnlineDataGridView.)
Public propertyOnlineVisible
Gets or sets a value indicating whether the control and all its parent controls are displayed.
(Inherited from OnlineControl.)
Public propertyOnlineWidth
Gets or sets the width of the control.
(Inherited from OnlineControl.)
Public propertyOnlineWindowTarget
This property is not relevant for this class.
(Inherited from OnlineControl.)
Back to Top
Events

  NameDescription
Public eventOnlineAllowUserToAddRowsChanged
Occurs when the value of the OnlineAllowUserToAddRows property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineAllowUserToDeleteRowsChanged
Occurs when the value of the OnlineAllowUserToDeleteRowsChanged property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineAllowUserToOrderColumnsChanged
Occurs when the value of the OnlineAllowUserToOrderColumns property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineAllowUserToResizeColumnsChanged
Occurs when the value of the OnlineAllowUserToResizeColumns property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineAllowUserToResizeRowsChanged
Occurs when the value of the OnlineAllowUserToResizeRows property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineAlternatingRowsDefaultCellStyleChanged
Occurs when the value of the OnlineAlternatingRowsDefaultCellStyle property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineAutoGenerateColumnsChanged
Occurs when the value of the OnlineAutoGenerateColumnsChanged property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineAutoSizeChanged
This event is not relevant for this class.
(Inherited from OnlineControl.)
Public eventOnlineAutoSizeColumnModeChanged
Occurs when the value of the OnlineAutoSizeMode property of a column changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineAutoSizeColumnsModeChanged
Occurs when the value of the OnlineAutoSizeColumnsMode property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineAutoSizeRowsModeChanged
Occurs when the value of the OnlineDataGridViewAutoSizeRowsMode property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineBackColorChanged
Occurs when the value of the OnlineBackColor property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineBackgroundColorChanged
Occurs when the value of the OnlineBackgroundColor property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineBackgroundImageChanged
Occurs when the value of the OnlineBackgroundImage property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineBackgroundImageLayoutChanged
Occurs when the OnlineBackgroundImageLayout property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineBindingContextChanged
Occurs when the value of the OnlineBindingContext property changes.
(Inherited from OnlineControl.)
Public eventOnlineBorderStyleChanged
Occurs when the value of the OnlineBorderStyle property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineCancelRowEdit
Occurs when the OnlineVirtualMode property of a OnlineDataGridView control is true and the cancels edits in a row.
(Inherited from OnlineDataGridView.)
Public eventOnlineCausesValidationChanged
Occurs when the value of the OnlineCausesValidation property changes.
(Inherited from OnlineControl.)
Public eventOnlineCellBeginEdit
Occurs when edit mode starts for the selected cell.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellBorderStyleChanged
Occurs when the border style of a cell changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellClick
Occurs when any part of a cell is clicked.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellContentClick
Occurs when the content within a cell is clicked.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellContentDoubleClick
Occurs when the user double-clicks a cell's contents.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellContextMenuStripChanged
Occurs when the OnlineContextMenuStrip property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellContextMenuStripNeeded
Occurs when a cell's shortcut menu is needed.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellDoubleClick
Occurs when the user double-clicks anywhere in a cell.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellEndEdit
Occurs when edit mode stops for the currently selected cell.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellEnter
Occurs when the current cell changes in the OnlineDataGridView control or when the control receives input focus.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellErrorTextChanged
Occurs when the value of the OnlineErrorText property of a cell changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellErrorTextNeeded
Occurs when a cell's error text is needed.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellFormatting
Occurs when the contents of a cell need to be formatted for display.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellLeave
Occurs when a cell loses input focus and is no longer the current cell.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellMouseClick
Occurs whenever the user clicks anywhere on a cell with the mouse.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellMouseDoubleClick
Occurs when a cell within the OnlineDataGridView is double-clicked.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellMouseDown
Occurs when the user presses a mouse button while the mouse pointer is within the boundaries of a cell.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellMouseEnter
Occurs when the mouse pointer enters a cell.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellMouseLeave
Occurs when the mouse pointer leaves a cell.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellMouseMove
Occurs when the mouse pointer moves over the OnlineDataGridView control.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellMouseUp
Occurs when the user releases a mouse button while over a cell.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellPainting
Occurs when a cell needs to be drawn.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellParsing
Occurs when a cell leaves edit mode if the cell value has been modified.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellStateChanged
Occurs when a cell state changes, such as when the cell loses or gains focus.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellStyleChanged
Occurs when the OnlineStyle property of a OnlineDataGridViewCell changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellStyleContentChanged
Occurs when one of the values of a cell style changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellToolTipTextChanged
Occurs when the OnlineToolTipText property value changes for a cell in the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellToolTipTextNeeded
Occurs when a cell's ToolTip text is needed.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellValidated
Occurs after the cell has finished validating.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellValidating
Occurs when a cell loses input focus, enabling content validation.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellValueChanged
Occurs when the value of a cell changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellValueNeeded
Occurs when the OnlineVirtualMode property of the OnlineDataGridView control is true and the OnlineDataGridView requires a value for a cell in order to format and display the cell.
(Inherited from OnlineDataGridView.)
Public eventOnlineCellValuePushed
Occurs when the OnlineVirtualMode property of the OnlineDataGridView control is true and a cell value has changed and requires storage in the underlying data source.
(Inherited from OnlineDataGridView.)
Public eventOnlineChangeUICues
Occurs when the focus or keyboard user interface (UI) cues change.
(Inherited from OnlineControl.)
Public eventOnlineClick
Occurs when the control is clicked.
(Inherited from OnlineControl.)
Public eventOnlineClientSizeChanged
Occurs when the value of the OnlineClientSize property changes.
(Inherited from OnlineControl.)
Public eventOnlineColumnAdded
Occurs when a column is added to the control.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnContextMenuStripChanged
Occurs when the OnlineContextMenuStrip property of a column changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnDataPropertyNameChanged
Occurs when the value of the OnlineDataPropertyName property for a column changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnDefaultCellStyleChanged
Occurs when the value of the OnlineDefaultCellStyle property for a column changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnDisplayIndexChanged
Occurs when the value the OnlineDisplayIndex property for a column changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnDividerDoubleClick
Occurs when the user double-clicks a divider between two columns.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnDividerWidthChanged
Occurs when the OnlineDividerWidth property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnHeaderCellChanged
Occurs when the contents of a column header cell change.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnHeaderMouseClick
Occurs when the user clicks a column header.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnHeaderMouseDoubleClick
Occurs when a column header is double-clicked.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnHeadersBorderStyleChanged
Occurs when the OnlineColumnHeadersBorderStyle property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnHeadersDefaultCellStyleChanged
Occurs when the value of the OnlineColumnHeadersDefaultCellStyle property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnHeadersHeightChanged
Occurs when the value of the OnlineColumnHeadersHeight property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnHeadersHeightSizeModeChanged
Occurs when the value of the OnlineColumnHeadersHeightSizeMode property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnMinimumWidthChanged
Occurs when the value of the OnlineMinimumWidth property for a column changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnNameChanged
Occurs when the value of the OnlineName property for a column changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnRemoved
Occurs when a column is removed from the control.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnSortModeChanged
Occurs when the value of the OnlineSortMode property for a column changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnStateChanged
Occurs when a column changes state, such as gaining or losing focus.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnToolTipTextChanged
Occurs when the OnlineToolTipText property value changes for a column in the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public eventOnlineColumnWidthChanged
Occurs when the value of the OnlineWidth property for a column changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineContextMenuChanged
Occurs when the value of the OnlineContextMenu property changes.
(Inherited from OnlineControl.)
Public eventOnlineContextMenuStripChanged
Occurs when the value of the OnlineContextMenuStrip property changes.
(Inherited from OnlineControl.)
Public eventOnlineControlAdded (Inherited from OnlineControl.)
Public eventOnlineControlRemoved (Inherited from OnlineControl.)
Public eventOnlineCurrentCellChanged
Occurs when the OnlineCurrentCell property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineCurrentCellDirtyStateChanged
Occurs when the state of a cell changes in relation to a change in its contents.
(Inherited from OnlineDataGridView.)
Public eventOnlineCursorChanged
Occurs when the value of the OnlineCursor property changes.
(Inherited from OnlineControl.)
Public eventOnlineDataBindingComplete
Occurs after a data-binding operation has finished.
(Inherited from OnlineDataGridView.)
Public eventOnlineDataError
Occurs when an external data-parsing or validation operation throws an exception, or when an attempt to commit data to a data source fails.
(Inherited from OnlineDataGridView.)
Public eventOnlineDataMemberChanged
Occurs when value of the OnlineDataMember property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineDataSourceChanged
Occurs when the value of the OnlineDataSource property changes.
(Inherited from OnlineDataGridView.)
Public eventDateFormatChanged
Occurs when the user selects a new date format from the context menu.
Public eventOnlineDefaultCellStyleChanged
Occurs when the value of the OnlineDefaultCellStyle property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineDefaultValuesNeeded
Occurs when the user enters the row for new records so that it can be populated with default values.
(Inherited from OnlineDataGridView.)
Public eventOnlineDisposed
Occurs when the component is disposed by a call to the OnlineDispose  method.
(Inherited from OnlineComponent.)
Public eventOnlineDockChanged
Occurs when the value of the OnlineDock property changes.
(Inherited from OnlineControl.)
Public eventOnlineDoubleClick
Occurs when the control is double-clicked.
(Inherited from OnlineControl.)
Public eventOnlineDragDrop
Occurs when a drag-and-drop operation is completed.
(Inherited from OnlineControl.)
Public eventOnlineDragEnter
Occurs when an object is dragged into the control's bounds.
(Inherited from OnlineControl.)
Public eventOnlineDragLeave
Occurs when an object is dragged out of the control's bounds.
(Inherited from OnlineControl.)
Public eventOnlineDragOver
Occurs when an object is dragged over the control's bounds.
(Inherited from OnlineControl.)
Public eventOnlineEditingControlShowing
Occurs when a control for editing a cell is showing.
(Inherited from OnlineDataGridView.)
Public eventOnlineEditModeChanged
Occurs when the value of the OnlineEditMode property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineEnabledChanged
Occurs when the OnlineEnabled property value has changed.
(Inherited from OnlineControl.)
Public eventOnlineEnter
Occurs when the control is entered.
(Inherited from OnlineControl.)
Public eventFilterChanged
Occurs just after a filter is applied to the underlying DataGridView.
Public eventFilterChanging
Occurs when a filter is being applied to the underlying DataGridView.
Public eventFitHeaderWidthChanged
Occurs when the fit-header-width state has toggled.
Public eventOnlineFontChanged
Occurs when the OnlineFont property value changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineForeColorChanged
Occurs when the OnlineForeColor property value changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineGiveFeedback
Occurs during a drag operation.
(Inherited from OnlineControl.)
Public eventOnlineGotFocus
Occurs when the control receives focus.
(Inherited from OnlineControl.)
Public eventOnlineGridColorChanged
Occurs when the value of the OnlineGridColor property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineHandleCreated
Occurs when a handle is created for the control.
(Inherited from OnlineControl.)
Public eventOnlineHandleDestroyed
Occurs when the control's handle is in the process of being destroyed.
(Inherited from OnlineControl.)
Public eventOnlineHelpRequested
Occurs when the user requests help for a control.
(Inherited from OnlineControl.)
Public eventOnlineImeModeChanged
Occurs when the OnlineImeMode property has changed.
(Inherited from OnlineControl.)
Public eventOnlineInvalidated
Occurs when a control's display requires redrawing.
(Inherited from OnlineControl.)
Public eventOnlineKeyDown
Occurs when a key is pressed while the control has focus.
(Inherited from OnlineControl.)
Public eventOnlineKeyPress
Occurs when a key is pressed while the control has focus.
(Inherited from OnlineControl.)
Public eventOnlineKeyUp
Occurs when a key is released while the control has focus.
(Inherited from OnlineControl.)
Public eventOnlineLayout
Occurs when a control should reposition its child controls.
(Inherited from OnlineControl.)
Public eventOnlineLeave
Occurs when the input focus leaves the control.
(Inherited from OnlineControl.)
Public eventOnlineLocationChanged
Occurs when the OnlineLocation property value has changed.
(Inherited from OnlineControl.)
Public eventOnlineLostFocus
Occurs when the control loses focus.
(Inherited from OnlineControl.)
Public eventOnlineMarginChanged
Occurs when the control's margin changes.
(Inherited from OnlineControl.)
Public eventOnlineMouseCaptureChanged
Occurs when the control loses or gains mouse capture.
(Inherited from OnlineControl.)
Public eventOnlineMouseClick
Occurs when the control is clicked by the mouse.
(Inherited from OnlineControl.)
Public eventOnlineMouseDoubleClick
Occurs when the control is double clicked by the mouse.
(Inherited from OnlineControl.)
Public eventOnlineMouseDown
Occurs when the mouse pointer is over the control and a mouse button is pressed.
(Inherited from OnlineControl.)
Public eventOnlineMouseEnter
Occurs when the mouse pointer enters the control.
(Inherited from OnlineControl.)
Public eventOnlineMouseHover
Occurs when the mouse pointer rests on the control.
(Inherited from OnlineControl.)
Public eventOnlineMouseLeave
Occurs when the mouse pointer leaves the control.
(Inherited from OnlineControl.)
Public eventOnlineMouseMove
Occurs when the mouse pointer is moved over the control.
(Inherited from OnlineControl.)
Public eventOnlineMouseUp
Occurs when the mouse pointer is over the control and a mouse button is released.
(Inherited from OnlineControl.)
Public eventOnlineMouseWheel
Occurs when the mouse wheel moves while the control has focus.
(Inherited from OnlineControl.)
Public eventOnlineMove
Occurs when the control is moved.
(Inherited from OnlineControl.)
Public eventOnlineMultiSelectChanged
Occurs when the value of the OnlineMultiSelect property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineNewRowNeeded
Occurs when the OnlineVirtualMode property of the OnlineDataGridView is true and the user navigates to the new row at the bottom of the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public eventOnlinePaddingChanged
Occurs when the value of the OnlinePadding property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlinePaint
Occurs when the control is redrawn.
(Inherited from OnlineControl.)
Public eventOnlineParentChanged
Occurs when the OnlineParent property value changes.
(Inherited from OnlineControl.)
Public eventOnlinePreviewKeyDown
Occurs before the OnlineKeyDown event when a key is pressed while focus is on this control.
(Inherited from OnlineControl.)
Public eventOnlineQueryAccessibilityHelp
Occurs when OnlineAccessibleObject is providing help to accessibility applications.
(Inherited from OnlineControl.)
Public eventOnlineQueryContinueDrag
Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.
(Inherited from OnlineControl.)
Public eventOnlineReadOnlyChanged
Occurs when the OnlineReadOnly property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineRegionChanged
Occurs when the value of the OnlineRegion property changes.
(Inherited from OnlineControl.)
Public eventOnlineResize
Occurs when the control is resized.
(Inherited from OnlineControl.)
Public eventOnlineRightToLeftChanged
Occurs when the OnlineRightToLeft property value changes.
(Inherited from OnlineControl.)
Public eventOnlineRowContextMenuStripChanged
Occurs when the OnlineContextMenuStrip property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowContextMenuStripNeeded
Occurs when a row's shortcut menu is needed.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowDefaultCellStyleChanged
Occurs when the value of the OnlineDefaultCellStyle property for a row changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowDirtyStateNeeded
Occurs when the OnlineVirtualMode property of the OnlineDataGridView control is true and the OnlineDataGridView needs to determine whether the current row has uncommitted changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowDividerDoubleClick
Occurs when the user double-clicks the divider between two rows.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowDividerHeightChanged
Occurs when the OnlineDividerHeight property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowEnter
Occurs when a row receives input focus but before it becomes the current row.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowErrorTextChanged
Occurs when the OnlineErrorText property of a row changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowErrorTextNeeded
Occurs when a row's error text is needed.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowHeaderCellChanged
Occurs when the user changes the contents of a row header cell.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowHeaderMouseClick
Occurs when the user clicks within the boundaries of a row header.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowHeaderMouseDoubleClick
Occurs when a row header is double-clicked.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowHeadersBorderStyleChanged
Occurs when the OnlineRowHeadersBorderStyle property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowHeadersDefaultCellStyleChanged
Occurs when the value of the OnlineRowHeadersDefaultCellStyle property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowHeadersWidthChanged
Occurs when value of the OnlineRowHeadersWidth property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowHeadersWidthSizeModeChanged
Occurs when the value of the OnlineRowHeadersWidthSizeMode property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowHeightChanged
Occurs when the value of the OnlineHeight property for a row changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowHeightInfoNeeded
Occurs when information about row height is requested.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowHeightInfoPushed
Occurs when the user changes the height of a row.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowLeave
Occurs when a row loses input focus and is no longer the current row.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowMinimumHeightChanged
Occurs when the value of the OnlineMinimumHeight property for a row changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowPostPaint
Occurs after a OnlineDataGridViewRow is painted.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowPrePaint
Occurs before a OnlineDataGridViewRow is painted
(Inherited from OnlineDataGridView.)
Public eventOnlineRowsAdded
Occurs after a new row is added to the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowsDefaultCellStyleChanged
Occurs when the value of the OnlineRowsDefaultCellStyle property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowsRemoved
Occurs when a row or rows are deleted from the OnlineDataGridView.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowStateChanged
Occurs when a row changes state, such as losing or gaining input focus.
(Inherited from OnlineDataGridView.)
Public eventRowTemplateHeightChanged
Occurs when the row template height has changed.
Public eventOnlineRowUnshared
Occurs when a row's state changes from shared to unshared.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowValidated
Occurs after a row has finished validating.
(Inherited from OnlineDataGridView.)
Public eventOnlineRowValidating
Occurs when a row is validating.
(Inherited from OnlineDataGridView.)
Public eventOnlineScroll
Occurs when the user scrolls through the control contents.
(Inherited from OnlineDataGridView.)
Public eventOnlineSelectionChanged
Occurs when the current selection changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineSizeChanged
Occurs when the OnlineSize property value changes.
(Inherited from OnlineControl.)
Public eventOnlineSortCompare
Occurs when the OnlineDataGridView compares two cell values to perform a sort operation.
(Inherited from OnlineDataGridView.)
Public eventOnlineSorted
Occurs when the OnlineDataGridView control completes a sorting operation.
(Inherited from OnlineDataGridView.)
Public eventOnlineStyleChanged
Occurs when the control style changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineSystemColorsChanged
Occurs when the system colors change.
(Inherited from OnlineControl.)
Public eventOnlineTabIndexChanged
Occurs when the OnlineTabIndex property value changes.
(Inherited from OnlineControl.)
Public eventOnlineTabStopChanged
Occurs when the OnlineTabStop property value changes.
(Inherited from OnlineControl.)
Public eventOnlineTextChanged
Occurs when the value of the OnlineText property changes.
(Inherited from OnlineDataGridView.)
Public eventOnlineUserAddedRow
Occurs when the user has finished adding a row to the OnlineDataGridView control.
(Inherited from OnlineDataGridView.)
Public eventOnlineUserDeletedRow
Occurs when the user has finished deleting a row from the OnlineDataGridView control.
(Inherited from OnlineDataGridView.)
Public eventOnlineUserDeletingRow
Occurs when the user deletes a row from the OnlineDataGridView control.
(Inherited from OnlineDataGridView.)
Public eventOnlineValidated
Occurs when the control is finished validating.
(Inherited from OnlineControl.)
Public eventOnlineValidating
Occurs when the control is validating.
(Inherited from OnlineControl.)
Public eventOnlineVisibleChanged
Occurs when the OnlineVisible property value changes.
(Inherited from OnlineControl.)
Public eventWorkFinished
Occurs when export to excel or CSV finishes.
Public eventWorkStart
Occurs when export to excel or CSV begins.
Back to Top
See Also