GrapeCity MultiRow Windows Forms Documentation
GcMultiRow Class Members
Properties  Methods  Events


The following tables list the members exposed by GcMultiRow.

Public Constructors
 NameDescription
Public ConstructorGcMultiRow ConstructorInitializes a new instance of the GcMultiRow class.  
Top
Public Properties
 NameDescription
Public PropertyAccessibilityObject (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleDefaultActionDescription (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleDescription (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleName (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleRole (Inherited from System.Windows.Forms.Control)
Public PropertyAllowAutoExtendGets or sets a value that indicates whether the section automatically extends to GcMultiRow's width.  
Public PropertyAllowBorderLineZoomGets or set a value that indicates whether to allow the border line to zoom when GcMultiRow zooms.  
Public PropertyAllowCellContentFloatGets a value that indicates whether the content of a cell should float when the display rectangle of that cell changes.  
Public PropertyAllowClipboardGets or sets a value that indicates whether the cut, copy, or paste operation is allowed.  
Public PropertyAllowDrop (Inherited from System.Windows.Forms.Control)
Public PropertyAllowMouseWheelAutoScrollingGets or sets a value that indicates whether the mouse navigator should be shown when the middle mouse button is pressed.  
Public PropertyAllowSideButtonsToZoomGets or sets a value that indicates whether to allow the user to zoom the side buttons of the cell.  
Public PropertyAllowUserToAddRowsGets or sets a value that indicates whether the user is allowed to add rows to the GcMultiRow control with a UI action.  
Public PropertyAllowUserToAutoFitColumnsGets or sets whether to allow automatic fit in columns using UI operations.  
Public PropertyAllowUserToDeleteRowsGets or sets a value that indicates whether the user is allowed to delete rows from the GcMultiRow control by a UI action.  
Public PropertyAllowUserToResizeGets or sets a value that indicates whether the user can resize cells.  
Public PropertyAllowUserToReverseSelectGets or sets a value that indicates whether to support reverse selection with Ctrl plus a mouse click.  
Public PropertyAllowUserToShiftSelectGets or sets a value that indicates whether to allow a user to select a range of cells or rows with the keyboard or mouse click when pressing the shift key.  
Public PropertyAllowUserToTouchResizeGets or sets whether to allow the user to resize cells using the resize gripper.  
Public PropertyAllowUserToTouchZoomGets or sets a value that specifies whether to allow the user to zoom GcMultiRow using touch behavior.  
Public PropertyAllowUserToZoomGets or sets a value that indicates whether the user can zoom GcMultiRow by pressing the Ctrl key and scrolling the mouse wheel at run time.  
Public PropertyAlternatingRowsDefaultCellStyleGets or sets default cell styles used by alternating rows in the control. Used to create a ledger like effect.  
Public PropertyAlternatingRowsDefaultHeaderCellStyleGets or sets default header cell styles used by alternating rows in the control. Used to create a ledger-like effect.  
Public PropertyAnchor (Inherited from System.Windows.Forms.Control)
Public PropertyAutoFitContentGets or sets which cells to resize when double-clicking the cell's edges or when calling the Cell.PerformHorizontalAutoFit or Cell.PerformVerticalAutoFit method to perform the automatic fit.  
Public PropertyAutoScrollOffset (Inherited from System.Windows.Forms.Control)
Public PropertyAutoScrollWhenKeyboardShowingGets or sets whether the editing cell scrolls into view when the touch keyboard is displayed.  
Public PropertyBackColorOverridden. Gets or sets the GcMultiRow background color.  
Public PropertyBackgroundImage (Inherited from System.Windows.Forms.Control)
Public PropertyBackgroundImageLayout (Inherited from System.Windows.Forms.Control)
Public PropertyBackgroundImageOpacityGets or sets the background image opacity.  
Public PropertyBindingContext (Inherited from System.Windows.Forms.Control)
Public PropertyBorderStyleGets or sets the GcMultiRow control border style.  
Public PropertyBottom (Inherited from System.Windows.Forms.Control)
Public PropertyBoundaryFeedbackModeGets or sets the way GcMultiRow reacts when the manipulation has gone beyond certain boundaries.  
Public PropertyBounds (Inherited from System.Windows.Forms.Control)
Public PropertyCanFocus (Inherited from System.Windows.Forms.Control)
Public PropertyCanSelect (Inherited from System.Windows.Forms.Control)
Public PropertyCapture (Inherited from System.Windows.Forms.Control)
Public PropertyCausesValidation (Inherited from System.Windows.Forms.Control)
Public PropertyCellNoteEditingControlGets the control hosted by the CellNote, if a CellNote with an editing control is in edit mode.  
Public PropertyCellToolTipAutomaticDelayGets or sets the automatic delay for the cell tooltip.  
Public PropertyCellToolTipAutoPopDelayGets or sets the period of time the tooltip remains visible if the pointer is stationary on a cell with specified tooltip text.  
Public PropertyCellToolTipInitialDelayGets or sets the time that passes before the tooltip appears.  
Public PropertyClientRectangle (Inherited from System.Windows.Forms.Control)
Public PropertyClientSize (Inherited from System.Windows.Forms.Control)
Public PropertyClipboardCopyModeGets or sets a value that indicates the header cell's copy policy.  
Public PropertyColumnFootersGets a collection that contains all the ColumnFooterSections in the GcMultiRow control.  
Public PropertyColumnFootersDefaultCellStyleGets or sets default cell styles used by all column footers in the control. This does not include header cells.  
Public PropertyColumnFootersDefaultHeaderCellStyleGets or sets default cell styles used by the control's ColumnFooter section header cells.  
Public PropertyColumnHeadersGets a collection that contains all the ColumnHeaderSections in the GcMultiRow control.  
Public PropertyColumnHeadersDefaultCellStyleGets or sets default cell styles used by all column headers in the control. This does not include header cells.  
Public PropertyColumnHeadersDefaultHeaderCellStyleGets or sets default cell styles used by the control's ColumnHeader section header cells.  
Public PropertyColumnsGets a collection that contains all the columns in the control.  
Public PropertyCompanyName (Inherited from System.Windows.Forms.Control)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyContainsFocus (Inherited from System.Windows.Forms.Control)
Public PropertyContextMenuOverridden. Gets or sets the shortcut menu associated with the control.  
Public PropertyContextMenuStripOverridden. Gets or sets the System.Windows.Forms.ContextMenuStrip associated with this control.  
Public PropertyControls (Inherited from System.Windows.Forms.Control)
Public PropertyCreated (Inherited from System.Windows.Forms.Control)
Public PropertyCurrentCellGets or sets the currently active cell.  
Public PropertyCurrentCellBorderLineGets or sets a Line that indicates how to draw the current cell border.  
Public PropertyCurrentCellNotePositionGets or sets a value that indicates the currently active CellNote's position.  
Public PropertyCurrentCellPositionGets or sets a value that indicates the currently active cell position.  
Public PropertyCurrentRowGets the row that contains the current cell.  
Public PropertyCurrentRowBorderLineGets or sets a Line that indicates how to draw the current row border.  
Public PropertyCursor (Inherited from System.Windows.Forms.Control)
Public PropertyDataBindings (Inherited from System.Windows.Forms.Control)
Public PropertyDataMemberGets or sets the name of the list or table in the data source for which the GcMultiRow control displays data.  
Public PropertyDataSourceGets or sets the data source that GcMultiRow is displaying data for.  
Public PropertyDefaultCellNoteStyleGets default styles used by all Cell's notes in the entire control.  
Public PropertyDefaultCellStyleGets or sets default styles used by all cells in the entire control (including header cells), in a row, or in a columnHeader, or in a columnFooter.  
Public PropertyDisplayRectangle (Inherited from System.Windows.Forms.Control)
Public PropertyDisposing (Inherited from System.Windows.Forms.Control)
Public PropertyDock (Inherited from System.Windows.Forms.Control)
Public PropertyDocumentGets or sets a value that indicates the document to print.  
Public PropertyEditingControlGets the control hosted by the current cell, if a cell with an editing control is in edit mode.  
Public PropertyEditingPanelGets the panel that contains the EditingControl.  
Public PropertyEditModeGets or sets a value that indicates how to begin editing a cell.  
Public PropertyEnabled (Inherited from System.Windows.Forms.Control)
Public PropertyExcludeFreezeRowsWhenFilterGets or sets a value that indicates whether to exclude freeze rows when filtering.  
Public PropertyFirstDisplayedCellPositionGets or sets the position of the first cell currently displayed in the GcMultiRow control; typically, this cell is in the upper left corner.  
Public PropertyFirstDisplayedLocationGets or sets the top-left position (by pixel) of the scroll area displayed in the GcMultiRow control and causes the GcMultiRow control to scroll to a specific position.  
Public PropertyFocused (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Public PropertyFontOverridden. Gets or sets the font of the text displayed by GcMultiRow.  
Public PropertyForeColorOverridden. Gets or sets the GcMultiRow foreground color.  
Public PropertyFreezeBottomRowCountGets or sets the frozen row count (rows that do not scroll) at the bottom of the GcMultiRow control.  
Public PropertyFreezeLeftCellIndexGets or sets the cell index to freeze (nonscrolling) on the left side of the control.  
Public PropertyFreezeLeftCellNameGets or sets the cell name used to freeze (do not scroll) the left side of the control.  
Public PropertyFreezeLinesGets or sets the style and color of all freeze lines in the GcMultiRow control.  
Public PropertyFreezeRightCellIndexGets or sets the cell index used to freeze (do not scroll) the right side of the control.  
Public PropertyFreezeRightCellNameGets or sets the cell name used to freeze (do not scroll) the right side of the control.  
Public PropertyFreezeTopRowCountGets or sets the frozen row count (rows that do not scroll) in the top of the GcMultiRow control.  
Public PropertyHandle (Inherited from System.Windows.Forms.Control)
Public PropertyHasChildren (Inherited from System.Windows.Forms.Control)
Public PropertyHeight (Inherited from System.Windows.Forms.Control)
Public PropertyHideSelectionGets or sets a value that indicates whether to draw the selection mark when GcMultiRow loses focus.  
Public PropertyHorizontalAutoSizeModeGets or sets which cells are resized to fit the cell's content automatically.  
Public PropertyHorizontalScrollBarModeGets or sets a value that indicates how the horizontal System.Windows.Forms.ScrollBar is shown.  
Public PropertyHorizontalScrollCountGets or sets a value that indicates the scroll amount when the Left or Right button of the horizontal System.Windows.Forms.ScrollBar is clicked.  
Public PropertyHorizontalScrollModeGets or sets a value that indicates how the GcMultiRow control is scrolled in the horizontal direction.  
Public PropertyHorizontalScrollTipAlignmentGets or sets the HorizontalScrollTipAlignment enumeration that indicates the scroll tip position.  
Public PropertyInitialShortcutKeyManagerGets the ShortcutKey manager's initial value of the GcMultiRow control. Changing this property setting can effect ShortcutKeyManager's default value before using ShortcutKeyManager.  
Public PropertyInputDeviceTypeGets the input device type which indicates the current device.  
Public PropertyInvokeRequired (Inherited from System.Windows.Forms.Control)
Public PropertyIsAccessible (Inherited from System.Windows.Forms.Control)
Public PropertyIsContextMenuPopup (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Public PropertyIsCurrentCellDirtyGets a value that indicates whether the current cell has uncommitted changes.  
Public PropertyIsCurrentCellInEditModeGets a value that indicates whether the current active cell is being edited.  
Public PropertyIsCurrentCellNoteInEditModeGets a value that indicates whether the currently active CellNote is in edit mode.  
Public PropertyIsCurrentRowDirtyGets a value that indicates whether the current row has uncommitted changes.  
Public PropertyIsDisposed (Inherited from System.Windows.Forms.Control)
Public PropertyIsHandleCreated (Inherited from System.Windows.Forms.Control)
Public PropertyIsMirrored (Inherited from System.Windows.Forms.Control)
Public PropertyItemOverloaded. Gets or sets the cell with the specified row and cell index.  
Public PropertyLastRowPositionGets or sets a value that indicates which position the last row can be scrolled to.  
Public PropertyLayoutEngine (Inherited from System.Windows.Forms.Control)
Public PropertyLeft (Inherited from System.Windows.Forms.Control)
Public PropertyLocation (Inherited from System.Windows.Forms.Control)
Public PropertyMargin (Inherited from System.Windows.Forms.Control)
Public PropertyMaximumSize (Inherited from System.Windows.Forms.Control)
Public PropertyMergedCellsSelectionModeGets or sets the value that indicates how to select and edit the merged cell's by UI actions.  
Public PropertyMinimumSize (Inherited from System.Windows.Forms.Control)
Public PropertyMinZoomFactorGets or sets a value that indicates the minimum zoom factor for GcMultiRow.  
Public PropertyModifiedGets or sets a value that indicates whether the GcMultiRow control has been modified.  
Public PropertyMouseWheelCountGets or sets the number of rows to scroll when the mouse wheel is rotated.  
Public PropertyMouseWheelDirectionGets or sets a value that indicates the direction that GcMultiRow scrolls when the mouse wheel is used.  
Public PropertyMouseWheelScrollGets or sets a value that indicates which control processes the MouseWheel event when the user uses the mouse wheel.  
Public PropertyMultiSelectGets or sets a value that indicates whether multiple selection is allowed.  
Public PropertyName (Inherited from System.Windows.Forms.Control)
Public PropertyNamedCellStylesGets the predefined NamedCellStyles object.  
Public PropertyNewRowAlternateTextGets or sets the value that indicates the alternate text and the text's style of new row when the new row is the not current row.  
Public PropertyNewRowIndexGets the row index for new records.  
Public PropertyNewRowPositionGets or sets a value indicates the position of new row.  
Public PropertyNewRowSeparatorStyleGets or sets a value that indicates the new row separator line's style.  
Public PropertyPageBreakLinesGets or sets the color and style of the page break lines.  
Public PropertyPanningModeGets or sets the way GcMultiRow reacts to touch manipulation  
Public PropertyParent (Inherited from System.Windows.Forms.Control)
Public PropertyPreferredSize (Inherited from System.Windows.Forms.Control)
Public PropertyPrintSettingsGets the settings when printing.  
Public PropertyProcessFirstClickGets or sets a value that indicates whether the first mouse click should be processed when GcMultiRow gets focus.  
Public PropertyProductName (Inherited from System.Windows.Forms.Control)
Public PropertyProductVersion (Inherited from System.Windows.Forms.Control)
Public PropertyReadOnlyGets or sets a value that indicates whether the user can edit the GcMultiRow control cells.  
Public PropertyRecreatingHandle (Inherited from System.Windows.Forms.Control)
Public PropertyRegion (Inherited from System.Windows.Forms.Control)
Public PropertyRenderSelectionModeGets or sets a value that indicates how to paint the selection effect for disabled and unselectable cells.  
Public PropertyRestoreColumnHeaderFooterValueGets or sets a value that indicates whether to restore values for the Cell's in header and footer sections when changing GcMultiRow's template.  
Public PropertyRestoreValueGets or sets a value that indicates whether to restore the Cell's value when changing the GcMultiRow's template.  
Public PropertyRight (Inherited from System.Windows.Forms.Control)
Public PropertyRowCountGets or sets the number of rows displayed in the GcMultiRow control.  
Public PropertyRowsGets a collection that contains all the rows in the GcMultiRow control.  
Public PropertyRowsDefaultCellStyleGets or sets default cell styles used by all rows in the control. This does not include header cells.  
Public PropertyRowsDefaultHeaderCellStyleGets or sets default cell styles used by the control's row headerCells. Overridden by the current theme if visual styles are enabled.  
Public PropertyScrollableAreaGets a value that indicates the scrollable area.  
Public PropertyScrollBarOffice2007StyleGets or sets a value that indicates which Office 2007 color schema is used by the scroll bar.  
Public PropertyScrollBarsGets or sets the type of scroll bars to display in the GcMultiRow control.  
Public PropertyScrollBarStyleGets or sets a value that indicates the System.Windows.Forms.ScrollBar appearance to display for the GcMultiRow control.  
Public PropertyScrollOnThumbTrackGets or sets a value that indicates the direction and whether the GcMultiRow control can be scrolled immediately when dragging the thumb button of the horizontal or vertical System.Windows.Forms.ScrollBar.  
Public PropertySectionHeightGets the height of all Sections.  
Public PropertySectionWidthGets the width of all Sections.  
Public PropertySelectedCellsGets the cell collection selected by the user.  
Public PropertySelectedRowsGets the collection of rows selected by the user.  
Public PropertySelectRowWhenClickBlankAreaGets or sets a value that indicates whether to select the row when clicking in the blank area.  
Public PropertyShortcutKeyManagerGets or sets the ShortcutKey manager of the GcMultiRow control.  
Public PropertyShowCellErrorsGets or sets a value that indicates whether cells display error glyphs for a cell that contains a data entry error.  
Public PropertyShowCellToolTipsGets or sets a value that indicates whether tooltips are shown when the mouse pointer pauses on a cell.  
Public PropertyShowEditingIconGets or sets a value that indicates whether the editing glyph is visible in the row header of the cell being edited.  
Public PropertyShowErrorIconInEditingStatusGets or sets a value that indicates whether to show the cell's error icon glyph in the editing status.  
Public PropertyShowGrippersInEditingStatusGets or sets whether to show the selection gripper in the editing control.  
Public PropertyShowPageBreaksGets or sets a value that indicates whether to show the page break lines on GcMultiRow.  
Public PropertyShowResizeTipGets or sets a value that indicates in which direction to show the resize tip.  
Public PropertyShowRowErrorsGets or sets a value that indicates whether RowHeaderCell displays error glyphs for each row that contains a data entry error.  
Public PropertyShowScrollTipGets or sets a value that indicates which System.Windows.Forms.ScrollBar shows the scroll tip.  
Public PropertyShowSizeGripGets or sets a value that indicates whether to show the size grip.  
Public PropertyShowWaveLineInEditingStatusGets or sets a value that indicates whether to show the cell's wave line in the editing status.  
Public PropertySingleBorderColorGets or sets the color of the single border.  
Public PropertySite (Inherited from System.Windows.Forms.Control)
Public PropertySize (Inherited from System.Windows.Forms.Control)
Public PropertySortOrderGets a value that indicates how items in the GcMultiRow control are sorted.  
Public PropertySplitModeGets or sets a value that indicates how the GcMultiRow control can be split.  
Public PropertySplitOffice2007StyleGets or sets a value that indicates which Office 2007 color schema is used by the split line.  
Public PropertySplitStyleGets or sets the split line's style.  
Public PropertySummaryCellValueCachePolicyGets or sets the value that indicates the cache policy for the MathStatistics summary cell calculation.  
Public PropertyTabIndex (Inherited from System.Windows.Forms.Control)
Public PropertyTabStop (Inherited from System.Windows.Forms.Control)
Public PropertyTag (Inherited from System.Windows.Forms.Control)
Public PropertyTemplateGets or sets a value that indicates the GcMultiRow control template.  
Public PropertyTextOverridden. Gets or sets the text associated with this control.  
Public PropertyTop (Inherited from System.Windows.Forms.Control)
Public PropertyTopLevelControl (Inherited from System.Windows.Forms.Control)
Public PropertyTouchSelectionBorderLineGets or sets the style of the selection border in touch mode.  
Public PropertyTouchSelectionGripperBackColorGets or sets the backcolor of the selection gripper in touch mode.  
Public PropertyTouchSelectionGripperLineGets or sets the style of the selection gripper in touch mode.  
Public PropertyTouchToolBarGets or sets the MultiRowTouchToolBar associated with this control.  
Public PropertyTouchZoomSnapDistanceGets or sets a value that indicates the minimum distance that causes the current zoom factor to snap to a point in TouchZoomSnapPoints.  
Public PropertyTouchZoomSnapPointsGets a zoom factor group and when the zoom ends, the resulting zoom factor tries to snap to a snap point in this group.  
Public PropertyUseCurrentCellBorderReverseColorGets or sets a value that indicates whether to use reverse color to draw the current cell border.  
Public PropertyUseCurrentRowBorderReverseColorGets or sets a value that indicates whether to use a reverse color to draw the current row border.  
Public PropertyUseOptimizedSelectionForTouchGets or sets whether to use the optimized selection approach to do the selection in touch mode.  
Public Propertystatic (Shared in Visual Basic)UseVerticalUnderLineGets or sets a value that indicates whether to use the vertical underline.  
Public PropertyUseWaitCursor (Inherited from System.Windows.Forms.Control)
Public PropertyVerticalScrollBarModeGets or sets a value that indicates how the vertical System.Windows.Forms.ScrollBar is shown.  
Public PropertyVerticalScrollCountGets or sets a value that indicates the scroll amount when the up or down button of the vertical System.Windows.Forms.ScrollBar is clicked.  
Public PropertyVerticalScrollModeGets or sets a value that indicates how the GcMultiRow control is scrolled in the vertical direction.  
Public PropertyVerticalScrollTipAlignmentGets or sets a value that indicates the scroll tip position.  
Public PropertyViewModeGets or sets a value that indicates the view mode of GcMultiRow.  
Public PropertyVirtualModeGets or sets a value that indicates whether you have provided your own data management operations for the GcMultiRow control.  
Public PropertyVisible (Inherited from System.Windows.Forms.Control)
Public PropertyWidth (Inherited from System.Windows.Forms.Control)
Public PropertyZoomFactorGets or sets the GcMultiRow zoom factor.  
Top
Protected Properties
 NameDescription
Protected PropertyCanEnableIme (Inherited from System.Windows.Forms.Control)
Protected PropertyCanRaiseEvents (Inherited from System.Windows.Forms.Control)
Protected PropertyCreateParams (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultCursor (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultImeModeOverridden. Gets the default Input Method Editor (IME) mode supported by the control.  
Protected PropertyDefaultMargin (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultMaximumSize (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultMinimumSize (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultPadding (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultSizeOverridden. Gets the default size of the control.  
Protected PropertyDoubleBuffered (Inherited from System.Windows.Forms.Control)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Protected PropertyFontHeight (Inherited from System.Windows.Forms.Control)
Protected PropertyImeModeBase (Inherited from System.Windows.Forms.Control)
Protected PropertyResizeRedraw (Inherited from System.Windows.Forms.Control)
Protected PropertyScaleChildrenOverridden. Gets a value that indicates whether to scale the child controls.  
Top
Public Methods
 NameDescription
Public MethodAboutBoxDisplays the GcMultiRow control copyright and version information in a dialog box.  
Public MethodAddSelectionOverloaded. Selects the specified Row.  
Public MethodAddViewportAdds the viewport at the specified location.  
Public MethodAreAllCellsSelectedDetermines whether all the GcMultiRow cells are currently selected.  
Public MethodBeginEditSets the current cell editing status.  
Public MethodBeginEditCellNoteSets the specified Cell's CellNote into edit mode.  
Public MethodBeginInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodBringToFront (Inherited from System.Windows.Forms.Control)
Public MethodCancelEditDiscards any changes for the currently selected cell but does not leave edit mode.  
Public MethodClearAllFiltersClears all the filters, including DropDownList and HeaderDropDownContextMenu.  
Public MethodClearSelectionClears all selections of cells and rows.  
Public MethodCommitEditOverloaded. Commits changes in the current cell to the data cache without ending edit mode.  
Public MethodContains (Inherited from System.Windows.Forms.Control)
Public MethodCreateControl (Inherited from System.Windows.Forms.Control)
Public MethodCreateGraphics (Inherited from System.Windows.Forms.Control)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Overridden. Releases the unmanaged resources used by the GcMultiRow and its child controls and optionally releases the managed resources.  
Public MethodDoDragDrop (Inherited from System.Windows.Forms.Control)
Public MethodDrawToBitmap (Inherited from System.Windows.Forms.Control)
Public MethodEndEditOverloaded. Commits and ends the edit operation on the current cell.  
Public MethodEndEditCellNoteEnds CellNote's edit mode.  
Public MethodEndInvoke (Inherited from System.Windows.Forms.Control)
Public MethodFindForm (Inherited from System.Windows.Forms.Control)
Public MethodFocus (Inherited from System.Windows.Forms.Control)
Public MethodGetAllCellNotesRetrieves all Cell's CellNote and the associated cell's position.  
Public MethodGetCellCountOverloaded. Gets the number of cells that meet the provided filter criteria.  
Public MethodGetCellDisplayRectangleOverloaded. Retrieves the rectangle that represents the display area for the specified cell.  
Public MethodGetCellNoteDisplayRectangleOverloaded. Retrieves the rectangle that represents the display area for the specified cell note.  
Public MethodGetChildAtPointOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodGetContainerControl (Inherited from System.Windows.Forms.Control)
Public MethodGetDisplayTextOverloaded. Retrieves the text which is displayed in the specified Cell foreground.  
Public MethodGetEditedFormattedValueOverloaded. Gets the edited formatted value of the specified cell.  
Public MethodGetFormattedValueOverloaded. Gets the formatted value of the specified cell.  
Public MethodGetHorizontalSplitLocationsRetrieves the horizontal split lines' location in GcMultiRow.  
Public MethodGetHorizontalViewportCountRetrieves the number of the horizontal viewports.  
Public MethodGetInheritedStateOverloaded. Retrieves the specified Cell's inherited UI state.  
Public MethodGetIntersectedHeaderCellsOverloaded. Retrieves all HeaderCells which intersect with the specified Cell in the Row section.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetNextControl (Inherited from System.Windows.Forms.Control)
Public MethodGetPreferredSize (Inherited from System.Windows.Forms.Control)
Public MethodGetRowDisplayRectangleOverloaded. Retrieves the rectangle that represents the display area for the specified row.  
Public MethodGetSectionDisplayRectangleOverloaded. Retrieves the rectangle that represents the display area for the specified section.  
Public MethodGetStateOverloaded. Retrieves the specified Row's UI state.  
Public MethodGetValueOverloaded. Retrieves the specified cell value.  
Public MethodGetVerticalSplitLocationsRetrieves the vertical split lines' location in GcMultiRow.  
Public MethodGetVerticalViewportCountRetrieves the number of the vertical viewports.  
Public MethodHide (Inherited from System.Windows.Forms.Control)
Public MethodHideTouchKeyboardInvoke this method to hide the displayed touch keyboard of OS.  
Public MethodHitTestOverloaded. Returns location information, such as section and cell indices.  
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInsertSplitInserts the horizontal or vertical split line at the specified location.  
Public MethodInvalidateOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodInvalidateCellOverloaded. Invalidates the specified cell of the GcMultiRow control, forcing it to repaint.  
Public MethodInvalidateColumnFooterInvalidates the specified ColumnFooterSection of the GcMultiRow control, forcing it to repaint.  
Public MethodInvalidateColumnHeaderInvalidates the specified ColumnHeaderSection of the GcMultiRow control, forcing it to repaint.  
Public MethodInvalidateRowInvalidates the specified Row of the GcMultiRow control, forcing it to repaint.  
Public MethodInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodIsMergedGets a value that indicates whether two cells are merged.  
Public MethodNotifyCurrentCellDirtyNotifies the GcMultiRow control if the current cell has uncommitted changes.  
Public MethodPageSetupShows the System.Windows.Forms.PageSetupDialog for GcMultiRow.  
Public MethodPerformLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodPointToClient (Inherited from System.Windows.Forms.Control)
Public MethodPointToScreen (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessControlMessage (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessMessage (Inherited from System.Windows.Forms.Control)
Public MethodPrintOverloaded. Prints the GcMultiRow control.  
Public MethodPrintPreviewOverloaded. Previews the print result with the System.Windows.Forms.PrintPreviewDialog.  
Public MethodRectangleToClient (Inherited from System.Windows.Forms.Control)
Public MethodRectangleToScreen (Inherited from System.Windows.Forms.Control)
Public MethodRefresh (Inherited from System.Windows.Forms.Control)
Public MethodRemoveSelectionOverloaded. Removes the selection of the specified Row.  
Public MethodRemoveSplitRemoves the horizontal or vertical split line at the specified location.  
Public MethodResetText (Inherited from System.Windows.Forms.Control)
Public MethodResumeLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodScale (Inherited from System.Windows.Forms.Control)
Public MethodSelectOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodSelectAllSelect all rows in GcMultiRow.  
Public MethodSelectNextControl (Inherited from System.Windows.Forms.Control)
Public MethodSendToBack (Inherited from System.Windows.Forms.Control)
Public MethodSetBoundsOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodSetValueOverloaded. Sets the specified cell value.  
Public MethodShow (Inherited from System.Windows.Forms.Control)
Public MethodShowTouchKeyboardInvoke this method to show the touch keyboard of OS.  
Public MethodSortOverloaded. Sorts the contents of the GcMultiRow control based on the contents of the specified cell.  
Public MethodSuspendLayout (Inherited from System.Windows.Forms.Control)
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodUpdate (Inherited from System.Windows.Forms.Control)
Public MethodUpdateFilteringUpdates the filtering state of the GcMultiRow control.  
Public MethodUpdateSummaryCellValueUpdates the cached value of MathStatistics calculation.  
Public MethodValidateCellOverloaded. Validates the cell.  
Public MethodValidateRowValidates the row.  
Top
Protected Methods
 NameDescription
Protected MethodCreateAccessibilityInstance (Inherited from System.Windows.Forms.Control)
Protected MethodCreateCaretDevice (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodCreateControlsInstance (Inherited from System.Windows.Forms.Control)
Protected MethodCreateDisplayDeviceOverridden.   
Protected MethodCreateGestureDevice (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodCreateHandle (Inherited from System.Windows.Forms.Control)
Protected MethodCreateImeDevice (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodCreateKeyboardDevice (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodCreateMouseDeviceOverridden.   
Protected MethodCustomTouchBehaviorOverridden.   
Protected MethodDefWndProc (Inherited from System.Windows.Forms.Control)
Protected MethodDestroyHandle (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodDispatchMouseEnterMessage (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodDispatchMouseLeaveMessage (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetAccessibilityObjectById (Inherited from System.Windows.Forms.Control)
Protected MethodGetAutoSizeMode (Inherited from System.Windows.Forms.Control)
Protected MethodGetElementMessageDispatchOrder (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodGetScaledBounds (Inherited from System.Windows.Forms.Control)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodGetStyle (Inherited from System.Windows.Forms.Control)
Protected MethodGetTopLevel (Inherited from System.Windows.Forms.Control)
Protected MethodInitLayout (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeGotFocus (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeLostFocus (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeOnClick (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaint (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaintBackground (Inherited from System.Windows.Forms.Control)
Protected MethodIsInputCharOverridden. Determines if a character is an input character that the control recognizes.  
Protected MethodIsInputKeyOverridden. Determines whether the specified key is a regular input key or a special key that requires preprocessing.  
Protected MethodIsPressAndHoldEnabled (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodNotifyInvalidate (Inherited from System.Windows.Forms.Control)
Protected MethodOnActiveViewportChangedRaises the ActiveViewportChanged event.  
Protected MethodOnAllowAutoExtendChangedRaises the AllowAutoExtendChanged event.  
Protected MethodOnAllowBorderLineZoomChangedRaises the AllowBorderLineZoomChanged event.  
Protected MethodOnAllowCellContentFloatChangedRaises the AllowCellContentFloatChanged event.  
Protected MethodOnAllowClipboardChangedRaises the AllowClipboardChanged event.  
Protected MethodOnAllowMouseWheelAutoScrollingChangedRaises the AllowMouseWheelAutoScrollingChanged event.  
Protected MethodOnAllowSideButtonsToZoomChangedRaises the AllowSideButtonsToZoomChanged event.  
Protected MethodOnAllowUserToAddRowsChangedRaises the AllowUserToAddRowsChanged event.  
Protected MethodOnAllowUserToAutoFitColumnsChangedRaises the AllowUserToAutoFitColumnsChanged event.  
Protected MethodOnAllowUserToDeleteRowsChangedRaises the AllowUserToDeleteRowsChanged event.  
Protected MethodOnAllowUserToResizeChangedRaises the AllowUserToResizeChanged event.  
Protected MethodOnAllowUserToReverseSelectChangedRaises the AllowUserToReverseSelectChanged event.  
Protected MethodOnAllowUserToShiftSelectChangedRaises the AllowUserToShiftSelectChanged event.  
Protected MethodOnAllowUserToTouchResizeChangedRaises the AllowUserToTouchResizeChanged event.  
Protected MethodOnAllowUserToTouchZoomChangedRaises the AllowUserToTouchZoomChanged event.  
Protected MethodOnAllowUserToZoomChangedRaises the AllowUserToZoomChanged event.  
Protected MethodOnAlternatingRowsDefaultCellStyleChangedRaises the AlternatingRowsDefaultCellStyleChanged event.  
Protected MethodOnAlternatingRowsDefaultHeaderCellStyleChangedRaises the AlternatingRowsDefaultHeaderCellStyleChanged event.  
Protected MethodOnAutoFitContentChangedRaises the AutoFitContentChanged event.  
Protected MethodOnAutoScrollWhenKeyboardShowingChangedRaises the AutoScrollWhenKeyboardShowingChanged event.  
Protected MethodOnAutoSizeChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackColorChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundImageChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundImageLayoutChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundImageOpacityChangedRaises the BackgroundImageOpacityChanged event.  
Protected MethodOnBindingContextChangedOverridden. Raises the System.Windows.Forms.Control.BindingContextChanged event.  
Protected MethodOnBorderStyleChangedRaises the BorderStyleChanged event.  
Protected MethodOnBoundaryFeedbackModeChangedRaises the BoundaryFeedbackModeChanged event.  
Protected MethodOnCancelRowEditRaises the CancelRowEdit event.  
Protected MethodOnCausesValidationChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnCellBeginEditRaises the CellBeginEdit event.  
Protected MethodOnCellEditedFormattedValueChangedRaises the CellEditedFormattedValueChanged event.  
Protected MethodOnCellEndEditRaises the CellEndEdit event.  
Protected MethodOnCellPaintingRaises the CellPainting event.  
Protected MethodOnCellStyleContentChangedRaises the CellStyleContentChanged event.  
Protected MethodOnCellToolTipAutomaticDelayChangedRaises the CellToolTipAutomaticDelayChanged event.  
Protected MethodOnCellToolTipAutoPopDelayChangedRaises the CellToolTipAutoPopDelayChanged event.  
Protected MethodOnCellToolTipInitialDelayChangedRaises the CellToolTipInitialDelayChanged event.  
Protected MethodOnCellValidatedRaises the CellValidated event.  
Protected MethodOnCellValidatingRaises the CellValidating event.  
Protected MethodOnCellValueChangedRaises the CellValueChanged event.  
Protected MethodOnChangeUICues (Inherited from System.Windows.Forms.Control)
Protected MethodOnClick (Inherited from System.Windows.Forms.Control)
Protected MethodOnClientSizeChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnClipboardCopyModeChangedRaises the ClipboardCopyModeChanged event.  
Protected MethodOnColumnFootersDefaultCellStyleChangedRaises the ColumnFootersDefaultCellStyleChanged event.  
Protected MethodOnColumnFootersDefaultHeaderCellStyleChangedRaises the ColumnFootersDefaultHeaderCellStyleChanged event.  
Protected MethodOnColumnHeadersDefaultCellStyleChangedRaises the ColumnHeadersDefaultCellStyleChanged event.  
Protected MethodOnColumnHeadersDefaultHeaderCellStyleChangedRaises the ColumnHeadersDefaultHeaderCellStyleChanged event.  
Protected MethodOnContextMenuChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnContextMenuPopup (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnContextMenuStripChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlAdded (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlRemoved (Inherited from System.Windows.Forms.Control)
Protected MethodOnCreateControl (Inherited from System.Windows.Forms.Control)
Protected MethodOnCurrentCellBorderLineChangedRaises the CurrentCellBorderLineChanged event.  
Protected MethodOnCurrentCellChangedRaises the CurrentCellChanged event.  
Protected MethodOnCurrentRowBorderLineChangedRaises the CurrentRowBorderLineChanged event.  
Protected MethodOnCursorChanged (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnDataBindingCompleteRaises the DataBindingComplete event.  
Protected MethodOnDataErrorRaises the DataError event.  
Protected MethodOnDataMemberChangedRaises the DataMemberChanged event.  
Protected MethodOnDataSourceChangedRaises the DataSourceChanged event.  
Protected MethodOnDefaultCellStyleChangedRaises the DefaultCellStyleChanged event.  
Protected MethodOnDefaultValuesNeededRaises the DefaultValuesNeeded event.  
Protected MethodOnDockChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnDoubleClick (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragDrop (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragEnter (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragLeave (Inherited from System.Windows.Forms.Control)
Protected MethodOnDragOver (Inherited from System.Windows.Forms.Control)
Protected MethodOnEditModeChangedRaises the EditModeChanged event.  
Protected MethodOnElementAdded (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnElementContainerChanged (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnElementRemoved (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnEnabledChangedOverridden. Raises the System.Windows.Forms.Control.EnabledChanged event.  
Protected MethodOnEnterOverridden. Raises the System.Windows.Forms.Control.Enter event.  
Protected MethodOnExcludeFreezeRowsWhenFilterChangedRaises the ExcludeFreezeRowsWhenFilterChanged event.  
Protected MethodOnFontChangedOverridden. Raises the System.Windows.Forms.Control.FontChanged event.  
Protected MethodOnForeColorChangedOverridden. Raises the System.Windows.Forms.Control.ForeColorChanged event.  
Protected MethodOnFreezeBottomRowCountChangedRaises the FreezeBottomRowCountChanged event.  
Protected MethodOnFreezeLeftCellIndexChangedRaises the FreezeLeftCellIndexChanged event.  
Protected MethodOnFreezeLeftCellNameChangedRaises the FreezeLeftCellNameChanged event.  
Protected MethodOnFreezeLinesChangedRaises the FreezeLinesChanged event.  
Protected MethodOnFreezeRightCellIndexChangedRaises the FreezeRightCellIndexChanged event.  
Protected MethodOnFreezeRightCellNameChangedRaises the FreezeRightCellNameChanged event.  
Protected MethodOnFreezeTopRowCountChangedRaises the FreezeTopRowCountChanged event.  
Protected MethodOnGeatureBegin (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnGeatureEnd (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnGeatureNotify (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnGiveFeedback (Inherited from System.Windows.Forms.Control)
Protected MethodOnGotFocusOverridden. Raises the System.Windows.Forms.Control.GotFocus event  
Protected MethodOnHandleCreatedOverridden. Raises the System.Windows.Forms.Control.HandleCreated event.  
Protected MethodOnHandleDestroyedOverridden. Raises the System.Windows.Forms.Control.HandleDestroyed event.  
Protected MethodOnHelpRequested (Inherited from System.Windows.Forms.Control)
Protected MethodOnHideSelectionChangedRaises the HideSelectionChanged event.  
Protected MethodOnHorizontalAutoSizeModeChangedRaises the HorizontalAutoSizeModeChanged event.  
Protected MethodOnHorizontalScrollBarModeChangedRaises the HorizontalScrollBarModeChanged event.  
Protected MethodOnHorizontalScrollCountChangedRaises the HorizontalScrollCountChanged event.  
Protected MethodOnHorizontalScrollModeChangedRaises the HorizontalScrollModeChanged event.  
Protected MethodOnHorizontalScrollTipAlignmentChangedRaises the HorizontalScrollTipAlignmentChanged event.  
Protected MethodOnImeModeChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnInvalidated (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyDown (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnKeyPress (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnKeyUp (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnLastRowPositionChangedRaises the LastRowPositionChanged event.  
Protected MethodOnLayout (Inherited from System.Windows.Forms.Control)
Protected MethodOnLeaveOverridden. Raises the System.Windows.Forms.Control.Leave event.  
Protected MethodOnLocationChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnLostFocusOverridden. Raises the System.Windows.Forms.Control.LostFocus event  
Protected MethodOnMarginChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnMergedCellsSelectionModeChangedRaises the MergedCellsSelectionModeChanged event.  
Protected MethodOnMinZoomFactorChangedRaises the MinZoomFactorChanged event.  
Protected MethodOnModifiedChangedRaises the ModifiedChanged event.  
Protected MethodOnMouseCaptureChangedOverridden. Raises the System.Windows.Forms.Control.MouseCaptureChanged event.  
Protected MethodOnMouseClick (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnMouseDoubleClick (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnMouseDown (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnMouseEnter (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnMouseHover (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnMouseLeave (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnMouseMove (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnMouseUp (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnMouseWheel (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnMouseWheelCountChangedRaises the MouseWheelCountChanged event.  
Protected MethodOnMouseWheelDirectionChangedRaises the MouseWheelDirectionChanged event.  
Protected MethodOnMouseWheelScrollChangedRaises the MouseWheelScrollChanged event.  
Protected MethodOnMove (Inherited from System.Windows.Forms.Control)
Protected MethodOnMultiSelectChangedRaises the MultiSelectChanged event.  
Protected MethodOnNewCellPositionNeededRaises the NewCellPositionNeeded event.  
Protected MethodOnNewRowNeededRaises the NewRowNeeded event.  
Protected MethodOnNewRowPositionChangedRaises the NewRowPositionChanged event.  
Protected MethodOnNewRowSeparatorStyleChangedRaises the NewRowSeparatorStyleChanged event.  
Protected MethodOnNonclientMouseCaptureChanged (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnNonclientMouseClick (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnNonclientMouseDoubleClick (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnNonclientMouseDown (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnNonclientMouseEnter (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnNonclientMouseHover (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnNonclientMouseLeave (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnNonclientMouseMove (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnNonclientMouseUp (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnNotifyMessage (Inherited from System.Windows.Forms.Control)
Protected MethodOnPaddingChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnPageBreakLinesChangedRaises the PageBreakLinesChanged event.  
Protected MethodOnPaint (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnPaintBackgroundOverridden. Paints the background of the control.  
Protected MethodOnPan (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnPanBegin (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnPanEnd (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnPanningModeChangedRaises the PanningModeChanged event.  
Protected MethodOnParentBackColorChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBackgroundImageChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBindingContextChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentCursorChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentEnabledChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentFontChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentForeColorChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentRightToLeftChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentVisibleChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnPressAndTap (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnPreviewKeyDown (Inherited from System.Windows.Forms.Control)
Protected MethodOnPrint (Inherited from System.Windows.Forms.Control)
Protected MethodOnProcessFirstClickChangedRaises the ProcessFirstClickChanged event.  
Protected MethodOnQueryCellMergeState  
Protected MethodOnQueryContinueDrag (Inherited from System.Windows.Forms.Control)
Protected MethodOnReadOnlyChangedRaises the ReadOnlyChanged event.  
Protected MethodOnRegionChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnResize (Inherited from System.Windows.Forms.Control)
Protected MethodOnRestoreColumnHeaderFooterValueChangedRaises the RestoreColumnHeaderFooterValueChanged event.  
Protected MethodOnRestoreValueChangedRaises the RestoreValueChanged event.  
Protected MethodOnRightToLeftChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnRotate (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnRotateBegin (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnRotateEnd (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnRowDirtyStateNeededRaises the RowDirtyStateNeeded event.  
Protected MethodOnRowEnterRaises the RowEnter event.  
Protected MethodOnRowLeaveRaises the RowLeave event.  
Protected MethodOnRowsAddedRaises the RowsAdded event.  
Protected MethodOnRowsDefaultCellStyleChangedRaises the RowsDefaultCellStyleChanged event.  
Protected MethodOnRowsDefaultHeaderCellStyleChangedRaises the RowsDefaultHeaderCellStyleChanged event.  
Protected MethodOnRowsRemovedRaises the RowsRemoved event.  
Protected MethodOnRowsRemovingRaises the RowsRemoving event.  
Protected MethodOnRowValidatedRaises the RowValidated event.  
Protected MethodOnRowValidatingRaises the RowValidating event.  
Protected MethodOnScrollRaises the Scroll event.  
Protected MethodOnScrollBarOffice2007StyleChangedRaises the ScrollBarOffice2007StyleChanged event.  
Protected MethodOnScrollBarsChangedRaises the ScrollBarsChanged event.  
Protected MethodOnScrollBarStyleChangedRaises the ScrollBarStyleChanged event.  
Protected MethodOnScrollOnThumbTrackChangedRaises the ScrollOnThumbTrackChanged event.  
Protected MethodOnSectionPaintingRaise the SectionPainting event.  
Protected MethodOnSelectionChangedRaises the SelectionChanged event.  
Protected MethodOnShowCellErrorsChangedRaises the ShowCellErrorsChanged event.  
Protected MethodOnShowCellToolTipsChangedRaises the ShowCellToolTipsChanged event.  
Protected MethodOnShowEditingIconChangedRaises the ShowEditingIconChanged event.  
Protected MethodOnShowErrorIconInEditingStatusChangedRaises the ShowErrorIconInEditingStatusChanged event.  
Protected MethodOnShowGrippersInEditingStatusChangedRaises the ShowGrippersInEditingStatusChanged event.  
Protected MethodOnShowPageBreaksChangedRaises the ShowPageBreaksChanged event.  
Protected MethodOnShowResizeTipChangedRaises the ShowResizeTipChanged event.  
Protected MethodOnShowRowErrorsChangedRaises the ShowRowErrorsChanged event.  
Protected MethodOnShowScrollTipChangedRaises the ShowScrollTipChanged event.  
Protected MethodOnShowSizeGripChangedRaises the ShowSizeGripChanged event.  
Protected MethodOnShowWaveLineInEditingStatusChangedRaises the ShowWaveLineInEditingStatusChanged event.  
Protected MethodOnSingleBorderColorChangedRaises the SingleBorderColorChanged event.  
Protected MethodOnSizeChangedOverridden. Raises the System.Windows.Forms.Control.SizeChanged event.  
Protected MethodOnSortCompareRaises the SortCompare event.  
Protected MethodOnSplitModeChangedRaises the SplitModeChanged event.  
Protected MethodOnSplitOffice2007StyleChangedRaises the SplitOffice2007StyleChanged event.  
Protected MethodOnSplitStyleChangedRaises the SplitStyleChanged event.  
Protected MethodOnStyleChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnSummaryCellValueCachePolicyChangedRaises the SummaryCellValueCachePolicyChanged event.  
Protected MethodOnSystemColorsChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnTabIndexChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnTabStopChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnTemplateChangedRaises the TemplateChanged event.  
Protected MethodOnTextChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnTouchSelectionBorderLineChangedRaises the TouchSelectionBorderLineChanged event.  
Protected MethodOnTouchSelectionGripperBackColorChangedRaises the TouchSelectionGripperBackColorChanged event.  
Protected MethodOnTouchSelectionGripperLineChangedRaises the TouchSelectionGripperLineChanged event.  
Protected MethodOnTouchToolBarChangedRaises the TouchToolBarChanged event.  
Protected MethodOnTouchZoomSnapDistanceChangedRaises the TouchZoomSnapDistanceChanged event.  
Protected MethodOnTwoFingerTap (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnUseCurrentCellBorderReverseColorChangedRaises the UseCurrentCellBorderReverseColorChanged event.  
Protected MethodOnUseCurrentRowBorderReverseColorChangedRaises the UseCurrentRowBorderReverseColorChanged event.  
Protected MethodOnUseOptimizedSelectionForTouchChangedRaises the UseOptimizedSelectionForTouchChanged event.  
Protected MethodOnUserDeletedRaises the UserDeletedRow event.  
Protected MethodOnUserDeletingRowRaises the UserDeletingRow event.  
Protected MethodOnValidated (Inherited from System.Windows.Forms.Control)
Protected MethodOnValidatingOverridden. Raises the System.Windows.Forms.Control.Validating event.  
Protected MethodOnVerticalScrollBarModeChangedRaises the VerticalScrollBarModeChanged event.  
Protected MethodOnVerticalScrollCountChangedRaises the VerticalScrollCountChanged event.  
Protected MethodOnVerticalScrollModeChangedRaises the VerticalScrollModeChanged event.  
Protected MethodOnVerticalScrollTipAlignmentChangedRaises the VerticalScrollTipAlignmentChanged event.  
Protected MethodOnViewModeChangedRaises the ViewModeChanged event.  
Protected MethodOnVirtualModeChangedRaises the VirtualModeChanged event.  
Protected MethodOnVisibleChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnZoom (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnZoomBegin (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodOnZoomEnd (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodProcessCmdKeyOverridden. Processes a command key.  
Protected MethodProcessDialogChar (Inherited from System.Windows.Forms.Control)
Protected MethodProcessDialogKey (Inherited from System.Windows.Forms.Control)
Protected MethodProcessKeyEventArgsOverridden. Processes a key message and generates the appropriate control events.  
Protected MethodProcessKeyPreview (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseDragEvent (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseKeyEvent (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseMouseEvent (Inherited from System.Windows.Forms.Control)
Protected MethodRaisePaintEvent (Inherited from System.Windows.Forms.Control)
Protected MethodRecreateHandle (Inherited from System.Windows.Forms.Control)
Protected MethodResetMouseEventArgs (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateAlignmentOverloaded.  (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateHorizontal (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateLeftRight (Inherited from System.Windows.Forms.Control)
Protected MethodScaleControlOverridden. Scales a control's location, size, padding, and margin.  
Protected MethodSetAutoSizeMode (Inherited from System.Windows.Forms.Control)
Protected MethodSetBoundsCore (Inherited from System.Windows.Forms.Control)
Protected MethodSetClientSizeCore (Inherited from System.Windows.Forms.Control)
Protected MethodSetCursor (Inherited from GrapeCity.Framework.Views.Windows.ElementContainerControl)
Protected MethodSetStyle (Inherited from System.Windows.Forms.Control)
Protected MethodSetTopLevel (Inherited from System.Windows.Forms.Control)
Protected MethodSetVisibleCoreOverridden. Sets the control to the specified visible state.  
Protected MethodSizeFromClientSize (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateStyles (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateZOrder (Inherited from System.Windows.Forms.Control)
Protected MethodWndProcOverridden. Processes window messages.  
Top
Public Events
 NameDescription
Public EventActiveViewportChangedOccurs when the active viewport has changed.  
Public EventAllowAutoExtendChangedOccurs when the AllowAutoExtend property has changed.  
Public EventAllowBorderLineZoomChangedOccurs when the AllowBorderLineZoom property has changed.  
Public EventAllowCellContentFloatChangedOccurs when the AllowCellContentFloat property has changed.  
Public EventAllowClipboardChangedOccurs when the AllowClipboard property has changed.  
Public EventAllowMouseWheelAutoScrollingChangedOccurs when the AllowMouseWheelAutoScrolling property has changed.  
Public EventAllowSideButtonsToZoomChangedOccurs when the AllowSideButtonsToZoom property has changed.  
Public EventAllowUserToAddRowsChangedOccurs when the AllowUserToAddRows property has changed.  
Public EventAllowUserToAutoFitColumnsChangedOccurs when the AllowUserToAutoFitColumns property has changed.  
Public EventAllowUserToDeleteRowsChangedOccurs when the AllowUserToDeleteRows property has changed.  
Public EventAllowUserToResizeChangedOccurs when the AllowUserToResize property has changed.  
Public EventAllowUserToReverseSelectChangedOccurs when the AllowUserToReverseSelect property changes.  
Public EventAllowUserToShiftSelectChangedOccurs when the AllowUserToShiftSelect property has changed.  
Public EventAllowUserToTouchResizeChangedOccurs when the AllowUserToTouchResize property has changed.  
Public EventAllowUserToTouchZoomChangedOccurs when the AllowUserToTouchZoom property has changed.  
Public EventAllowUserToZoomChangedOccurs when the AllowUserToZoom property has changed.  
Public EventAlternatingRowsDefaultCellStyleChangedOccurs when the AlternatingRowsDefaultCellStyle property has changed.  
Public EventAlternatingRowsDefaultHeaderCellStyleChangedOccurs when the AlternatingRowsDefaultHeaderCellStyle property has changed.  
Public EventAutoFitContentChangedOccurs when the AutoFitContent property has changed.  
Public EventAutoScrollWhenKeyboardShowingChangedOccurs when the AutoScrollWhenKeyboardShowing property has changed.  
Public EventBackColorChanged (Inherited from System.Windows.Forms.Control)
Public EventBackgroundImageChanged (Inherited from System.Windows.Forms.Control)
Public EventBackgroundImageLayoutChanged (Inherited from System.Windows.Forms.Control)
Public EventBackgroundImageOpacityChangedOccurs when the BackgroundImageOpacity property has changed.  
Public EventBindingContextChanged (Inherited from System.Windows.Forms.Control)
Public EventBorderStyleChangedOccurs when the BorderStyle property has changed.  
Public EventBoundaryFeedbackModeChangedOccurs when the BoundaryFeedbackMode property has changed.  
Public EventCancelRowEditOccurs when the VirtualMode property of the GcMultiRow control is true and a row edit should be canceled.  
Public EventCausesValidationChanged (Inherited from System.Windows.Forms.Control)
Public EventCellAutoFitPreferredSizeNeededOccurs when a Cell is measuring the preferred size.  
Public EventCellBeginEditOccurs when edit mode starts for the selected cell.  
Public EventCellClickOccurs when any part of a cell is clicked.  
Public EventCellContentButtonClickOccurs when the content area within an enabled button cell is clicked.  
Public EventCellContentClickOccurs when the content area within a cell is clicked.  
Public EventCellContentDoubleClickOccurs when the user double-clicks a cell's content area.  
Public EventCellContextMenuStripChangedOccurs when the Cell.ContextMenuStrip property has changed.  
Public EventCellContextMenuStripNeededOccurs when a cell's shortcut menu is shown.  
Public EventCellDoubleClickOccurs when the user double-clicks a cell.  
Public EventCellEditedFormattedValueChangedOccurs when the cell's edited formatted value has changed.  
Public EventCellEndEditOccurs when edit mode stops for the currently selected cell.  
Public EventCellEnterOccurs when the current cell changes in the GcMultiRow control or when the control receives input focus.  
Public EventCellErrorTextChangedOccurs when the Cell.ErrorText property value of a cell has changed.  
Public EventCellErrorTextNeededOccurs when a cell's error text is needed.  
Public EventCellFormattingOccurs when the cell contents need to be formatted for display.  
Public EventCellLeaveOccurs when a cell loses input focus and is no longer the current cell.  
Public EventCellMouseClickOccurs when a cell is clicked with the mouse.  
Public EventCellMouseDoubleClickOccurs when a cell is double-clicked with the mouse.  
Public EventCellMouseDownOccurs when the user presses a mouse button while the mouse pointer is within the boundaries of a cell.  
Public EventCellMouseEnterOccurs when the mouse pointer enters a cell.  
Public EventCellMouseLeaveOccurs when the mouse pointer leaves a cell.  
Public EventCellMouseMoveOccurs when the mouse pointer moves over a cell.  
Public EventCellMouseUpOccurs when the user releases a mouse button while over a cell.  
Public EventCellNoteEnterOccurs when the CellNote receives input focus.  
Public EventCellNoteLeaveOccurs when a CellNote loses input focus and is no longer the active CellNote.  
Public EventCellNoteValueChangedOccurs when the text of a CellNote has changed.  
Public EventCellPaintingOccurs when a cell needs to be drawn.  
Public EventCellParsingOccurs when a cell leaves edit mode if the cell value has been modified.  
Public EventCellResizeCompletedOccurs after a Cell is resized.  
Public EventCellResizeCompletingOccurs before a Cell is resized.  
Public EventCellStyleChangedOccurs when the Cell.Style has changed.  
Public EventCellStyleContentChangedOccurs when a cell style value changes.  
Public EventCellToolTipAutomaticDelayChangedOccurs when CellToolTipAutomaticDelay property has changed.  
Public EventCellToolTipAutoPopDelayChangedOccurs when CellToolTipAutoPopDelay property has changed.  
Public EventCellToolTipInitialDelayChangedOccurs when CellToolTipInitialDelay property has changed.  
Public EventCellToolTipTextChangedOccurs when the Cell.ToolTipText property has changed.  
Public EventCellToolTipTextNeededOccurs when a cell's tooltip is shown.  
Public EventCellTouchToolBarChangedOccurs when the Cell.TouchToolBar property has changed.  
Public EventCellTouchToolBarNeededOccurs when a cell's shortcut menu is shown.  
Public EventCellValidatedOccurs after the cell has finished validating.  
Public EventCellValidateInfoNeededOccurs when cell validate infomation needed.  
Public EventCellValidatingOccurs when a cell loses input focus, which enables content validation.  
Public EventCellValueChangedOccurs when the cell value has changed.  
Public EventCellValueNeededOccurs when the VirtualMode property of a GcMultiRow control is true and the GcMultiRow control requires a cell value in order to format and display the cell.  
Public EventCellValuePushedOccurs when the VirtualMode property of a GcMultiRow control is true and a cell value has changed which requires storage in the underlying data source.  
Public EventChangeUICues (Inherited from System.Windows.Forms.Control)
Public EventClick (Inherited from System.Windows.Forms.Control)
Public EventClientSizeChanged (Inherited from System.Windows.Forms.Control)
Public EventClipboardCopyModeChangedOccurs when ClipboardCopyMode property has changed.  
Public EventClipboardOperatingOccurs when cut, copy, or paste is executed through UI action.  
Public EventColumnDefaultCellStyleChangedOccurs when the property Column.DefaultCellStyle of the Column has changed.  
Public EventColumnFooterDefaultCellStyleChangedOccurs when the DefaultCellStyle property of the ColumnFooterSection has changed.  
Public EventColumnFooterDefaultHeaderCellStyleChangedOccurs when the Section.DefaultHeaderCellStyle property has changed.  
Public EventColumnFootersDefaultCellStyleChangedOccurs when the ColumnFootersDefaultCellStyle property has changed.  
Public EventColumnFootersDefaultHeaderCellStyleChangedOccurs when the ColumnFootersDefaultHeaderCellStyle property has changed.  
Public EventColumnHeaderDefaultCellStyleChangedOccurs when the Section.DefaultCellStyle property of the ColumnHeaderSection has changed.  
Public EventColumnHeaderDefaultHeaderCellStyleChangedOccurs when the Section.DefaultHeaderCellStyle property has changed.  
Public EventColumnHeadersDefaultCellStyleChangedOccurs when the ColumnHeadersDefaultCellStyle property has changed.  
Public EventColumnHeadersDefaultHeaderCellStyleChangedOccurs when the ColumnHeadersDefaultHeaderCellStyle property has changed.  
Public EventContextMenuChanged (Inherited from System.Windows.Forms.Control)
Public EventContextMenuStripChanged (Inherited from System.Windows.Forms.Control)
Public EventControlAdded (Inherited from System.Windows.Forms.Control)
Public EventControlRemoved (Inherited from System.Windows.Forms.Control)
Public EventCurrentCellBorderLineChangedOccurs when the CurrentCellBorderLine property has changed.  
Public EventCurrentCellChangedOccurs when the CurrentCell property has changed.  
Public EventCurrentCellDirtyStateChangedOccurs when the state of a cell changes in relation to a change in its contents.  
Public EventCurrentRowBorderLineChangedOccurs when CurrentRowBorderLine property has changed.  
Public EventCursorChanged (Inherited from System.Windows.Forms.Control)
Public EventDataBindingCompleteOccurs after a data binding operation has finished.  
Public EventDataErrorOccurs when an external data parsing or validation operation throws an exception, or when an attempt to commit data to a data source fails.  
Public EventDataMemberChangedOccurs when the DataMember property of the GcMultiRow control has changed.  
Public EventDataSourceChangedOccurs when the DataSource property of the GcMultiRow control has changed.  
Public EventDefaultCellStyleChangedOccurs when the DefaultCellStyle property has changed.  
Public EventDefaultValuesNeededOccurs when the user enters the detached row for new records so that the row can be populated with default values.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventDockChanged (Inherited from System.Windows.Forms.Control)
Public EventDoubleClick (Inherited from System.Windows.Forms.Control)
Public EventDragDrop (Inherited from System.Windows.Forms.Control)
Public EventDragEnter (Inherited from System.Windows.Forms.Control)
Public EventDragLeave (Inherited from System.Windows.Forms.Control)
Public EventDragOver (Inherited from System.Windows.Forms.Control)
Public EventEditingControlShowingOccurs when a cell editing control is displayed.  
Public EventEditModeChangedOccurs when the EditMode property has changed.  
Public EventEnabledChanged (Inherited from System.Windows.Forms.Control)
Public EventEnter (Inherited from System.Windows.Forms.Control)
Public EventExcludeFreezeRowsWhenFilterChangedOccurs when ExcludeFreezeRowsWhenFilter has changed.  
Public EventFontChanged (Inherited from System.Windows.Forms.Control)
Public EventForeColorChanged (Inherited from System.Windows.Forms.Control)
Public EventFreezeBottomRowCountChangedOccurs when the FreezeBottomRowCount property has changed.  
Public EventFreezeLeftCellIndexChangedOccurs when the FreezeLeftCellIndex property has changed.  
Public EventFreezeLeftCellNameChangedOccurs when the FreezeLeftCellName property has changed.  
Public EventFreezeLinesChangedOccurs when the FreezeLines property has changed.  
Public EventFreezeRightCellIndexChangedOccurs when the FreezeRightCellIndex property has changed.  
Public EventFreezeRightCellNameChangedOccurs when the FreezeRightCellName property has changed.  
Public EventFreezeTopRowCountChangedOccurs when the FreezeTopRowCount property has changed.  
Public EventGiveFeedback (Inherited from System.Windows.Forms.Control)
Public EventGotFocus (Inherited from System.Windows.Forms.Control)
Public EventHandleCreated (Inherited from System.Windows.Forms.Control)
Public EventHandleDestroyed (Inherited from System.Windows.Forms.Control)
Public EventHelpRequested (Inherited from System.Windows.Forms.Control)
Public EventHideSelectionChangedOccurs when the HideSelection property has changed.  
Public EventHorizontalAutoSizeModeChangedOccurs when the HorizontalAutoSizeMode property has changed.  
Public EventHorizontalScrollBarModeChangedOccurs when HorizontalScrollBarMode property has changed.  
Public EventHorizontalScrollCountChangedOccurs when the HorizontalScrollCount property has changed.  
Public EventHorizontalScrollModeChangedOccurs when the HorizontalScrollMode has changed.  
Public EventHorizontalScrollTipAlignmentChangedOccurs when the HorizontalScrollTipAlignment property has changed.  
Public EventInvalidated (Inherited from System.Windows.Forms.Control)
Public EventKeyDown (Inherited from System.Windows.Forms.Control)
Public EventKeyPress (Inherited from System.Windows.Forms.Control)
Public EventKeyUp (Inherited from System.Windows.Forms.Control)
Public EventLastRowPositionChangedOccurs when the LastRowPosition property has changed.  
Public EventLayout (Inherited from System.Windows.Forms.Control)
Public EventLeave (Inherited from System.Windows.Forms.Control)
Public EventLocationChanged (Inherited from System.Windows.Forms.Control)
Public EventLostFocus (Inherited from System.Windows.Forms.Control)
Public EventMarginChanged (Inherited from System.Windows.Forms.Control)
Public EventMergedCellsSelectionModeChangedOccurs when MergedCellsSelectionMode property has changed.  
Public EventMinZoomFactorChangedOccurs when the MinZoomFactor property has changed.  
Public EventModifiedChangedOccurs when the Modified property has changed.  
Public EventMouseCaptureChanged (Inherited from System.Windows.Forms.Control)
Public EventMouseClick (Inherited from System.Windows.Forms.Control)
Public EventMouseDoubleClick (Inherited from System.Windows.Forms.Control)
Public EventMouseDown (Inherited from System.Windows.Forms.Control)
Public EventMouseEnter (Inherited from System.Windows.Forms.Control)
Public EventMouseHover (Inherited from System.Windows.Forms.Control)
Public EventMouseLeave (Inherited from System.Windows.Forms.Control)
Public EventMouseMove (Inherited from System.Windows.Forms.Control)
Public EventMouseUp (Inherited from System.Windows.Forms.Control)
Public EventMouseWheel (Inherited from System.Windows.Forms.Control)
Public EventMouseWheelCountChangedOccurs when MouseWheelCount property has changed.  
Public EventMouseWheelDirectionChangedOccurs when the MouseWheelDirection property has changed.  
Public EventMouseWheelScrollChangedOccurs when the MouseWheelScroll property has changed.  
Public EventMove (Inherited from System.Windows.Forms.Control)
Public EventMultiSelectChangedOccurs when the MultiSelect property has changed.  
Public EventNewCellPositionNeededOccurs when the current cell is moving to a new position.  
Public EventNewRowNeededOccurs when the VirtualMode property of a GcMultiRow control is true and the user navigates to the new row at the bottom of the GcMultiRow control.  
Public EventNewRowPositionChangedOccurs when NewRowPosition property has changed.  
Public EventNewRowSeparatorStyleChangedOccurs when NewRowSeparatorStyle property has changed.  
Public EventPageBreakLinesChangedOccurs when the PageBreakLines property has changed.  
Public EventPaint (Inherited from System.Windows.Forms.Control)
Public EventPanningModeChangedOccurs when the PanningMode property has changed.  
Public EventParentChanged (Inherited from System.Windows.Forms.Control)
Public EventPreviewKeyDown (Inherited from System.Windows.Forms.Control)
Public EventProcessFirstClickChangedOccurs when the ProcessFirstClick property has changed.  
Public EventQueryAccessibilityHelp (Inherited from System.Windows.Forms.Control)
Public EventQueryCellMergeStateOccurs when GcMultiRow determines whether two cells should merge.  
Public EventQueryContinueDrag (Inherited from System.Windows.Forms.Control)
Public EventReadOnlyChangedOccurs when the ReadOnly property has changed.  
Public EventRegionChanged (Inherited from System.Windows.Forms.Control)
Public EventRenderSelectionModeChangedOccurs when RenderSelectionModechanged.  
Public EventResize (Inherited from System.Windows.Forms.Control)
Public EventResizeTipTextNeededOccurs when the user resizes a cell and the cell gets the resize tip text.  
Public EventRestoreColumnHeaderFooterValueChangedOccurs when the RestoreColumnHeaderFooterValue property has changed.  
Public EventRestoreValueChangedOccurs when the RestoreValue property has changed.  
Public EventRightToLeftChanged (Inherited from System.Windows.Forms.Control)
Public EventRowDefaultCellStyleChangedOccurs when the Section.DefaultCellStyle property of the Row has changed.  
Public EventRowDefaultHeaderCellStyleChangedOccurs when the Section.DefaultHeaderCellStyle property has changed.  
Public EventRowDirtyStateNeededOccurs when the VirtualMode property of a GcMultiRow control is true and the GcMultiRow control needs to determine whether the current row has uncommitted changes.  
Public EventRowEnterOccurs when a row receives input focus and becomes the current row.  
Public EventRowErrorTextChangedOccurs when the Row.ErrorText property of a row has changed.  
Public EventRowErrorTextNeededOccurs when a row's error text is needed.  
Public EventRowLeaveOccurs when a row loses input focus and is no longer the current row.  
Public EventRowsAddedOccurs after a new row is added to the GcMultiRow control.  
Public EventRowsAddingOccurs when a new row is in the process of being added to the GcMultiRow control.  
Public EventRowsDefaultCellStyleChangedOccurs when the RowsDefaultCellStyle property has changed.  
Public EventRowsDefaultHeaderCellStyleChangedOccurs when the RowsDefaultHeaderCellStyle property has changed.  
Public EventRowsRemovedOccurs when a row or rows are deleted from the GcMultiRow control.  
Public EventRowsRemovingOccurs when a row or rows are deleted from the GcMultiRow control.  
Public EventRowValidatedOccurs after a row has finished validating.  
Public EventRowValidatingOccurs when a row is validating.  
Public EventScrollOccurs when the user scrolls through the control contents.  
Public EventScrollBarOffice2007StyleChangedOccurs when ScrollBarOffice2007Style property has changed.  
Public EventScrollBarsChangedOccurs when the ScrollBars property has changed.  
Public EventScrollBarStyleChangedOccurs when the ScrollBarStyle property has changed.  
Public EventScrollOnThumbTrackChangedOccurs when the ScrollOnThumbTrack property has changed.  
Public EventScrollTipTextNeededOccurs when dragging the scroll bar and the scroll tip is displayed.  
Public EventSectionContextMenuStripChangedOccurs when the Section.ContextMenuStrip property has changed.  
Public EventSectionContextMenuStripNeededOccurs when a Section's shortcut menu is shown.  
Public EventSectionPaintingOccurs when a section needs to be drawn.  
Public EventSectionTouchToolBarChangedOccurs when the Section.TouchToolBar property has changed.  
Public EventSectionTouchToolBarNeededOccurs when a Section's shortcut menu is shown.  
Public EventSelectionChangedOccurs when selected cells and selected rows change.  
Public EventSelectRowWhenClickBlankAreaChangedOccurs when SelectRowWhenClickBlankAreachanged.  
Public EventShowCellErrorsChangedOccurs when the ShowCellErrors property has changed.  
Public EventShowCellToolTipsChangedOccurs when the ShowCellToolTips property has changed.  
Public EventShowEditingIconChangedOccurs when the ShowEditingIcon property has changed.  
Public EventShowErrorIconInEditingStatusChangedOccurs when the ShowErrorIconInEditingStatus property has changed.  
Public EventShowGrippersInEditingStatusChangedOccurs when the ShowGrippersInEditingStatus property has changed.  
Public EventShowPageBreaksChangedOccurs when the ShowPageBreaks property has changed.  
Public EventShowResizeTipChangedOccurs when the ShowResizeTip property has changed.  
Public EventShowRowErrorsChangedOccurs when the ShowRowErrors property has changed.  
Public EventShowScrollTipChangedOccurs when the ShowScrollTip property has changed.  
Public EventShowSizeGripChangedOccurs when the size grip has changed.  
Public EventShowWaveLineInEditingStatusChangedOccurs when the ShowWaveLineInEditingStatus property has changed.  
Public EventSingleBorderColorChangedOccurs when the SingleBorderColor property has changed.  
Public EventSizeChanged (Inherited from System.Windows.Forms.Control)
Public EventSortCompareOccurs when the GcMultiRow control compares two cell values to perform a sort operation.  
Public EventSortedOccurs when the GcMultiRow control completes a sorting operation.  
Public EventSplitModeChangedOccurs when the SplitMode property has changed.  
Public EventSplitOffice2007StyleChangedOccurs when the SplitOffice2007Style property has changed.  
Public EventSplitStyleChangedOccurs when the SplitStyle property has changed.  
Public EventSummaryCellValueCachePolicyChangedOccurs when SummaryCellValueCachePolicy property has changed.  
Public EventSystemColorsChanged (Inherited from System.Windows.Forms.Control)
Public EventTabIndexChanged (Inherited from System.Windows.Forms.Control)
Public EventTabStopChanged (Inherited from System.Windows.Forms.Control)
Public EventTemplateChangedOccurs when the GcMultiRow Template has changed.  
Public EventTextChanged (Inherited from System.Windows.Forms.Control)
Public EventTouchSelectionBorderLineChangedOccurs when the TouchSelectionBorderLine property has changed.  
Public EventTouchSelectionGripperBackColorChangedOccurs when the TouchSelectionGripperBackColor property has changed.  
Public EventTouchSelectionGripperLineChangedOccurs when the TouchSelectionGripperLine property has changed.  
Public EventTouchToolBarChangedOccurs when the TouchToolBar property has changed.  
Public EventTouchZoomSnapDistanceChangedOccurs when the TouchZoomSnapDistance property has changed.  
Public EventUseCurrentCellBorderReverseColorChangedOccurs when the UseCurrentCellBorderReverseColor property has changed.  
Public EventUseCurrentRowBorderReverseColorChangedOccurs when UseCurrentRowBorderReverseColor property has changed.  
Public EventUseOptimizedSelectionForTouchChangedOccurs when the UseOptimizedSelectionForTouch property has changed.  
Public EventUserAddedRowOccurs after a new row is added to the GcMultiRow control with UI behavior.  
Public EventUserDeletedRowOccurs after a row has been deleted from the GcMultiRow control through UI behavior.  
Public EventUserDeletingRowOccurs when a row is being deleted from the GcMultiRow control through UI behavior.  
Public EventValidated (Inherited from System.Windows.Forms.Control)
Public EventValidating (Inherited from System.Windows.Forms.Control)
Public EventVerticalScrollBarModeChangedOccurs when VerticalScrollBarMode property has changed.  
Public EventVerticalScrollCountChangedOccurs when the VerticalScrollCount property has changed.  
Public EventVerticalScrollModeChangedOccurs when the VerticalScrollMode has changed.  
Public EventVerticalScrollTipAlignmentChangedOccurs when the VerticalScrollTipAlignment property has changed.  
Public EventViewModeChangedOccurs when the ViewMode property has changed.  
Public EventVirtualModeChangedOccurs when the VirtualMode property has been changed.  
Public EventVisibleChanged (Inherited from System.Windows.Forms.Control)
Public EventZoomFactorChangedOccurs when the ZoomFactor property of the GcMultiRow control has changed.  
Top
See Also

Reference

GcMultiRow Class
GrapeCity.Win.MultiRow Namespace
Template Class
Section Class
Cell Class
Template Property
DataSource Property
VirtualMode Property
CellStyle Class
Office2007Style Enumeration
PrintSettings Property
Print Method
PrintPreview Method

 

 


Copyright © GrapeCity, inc. All rights reserved.