FlexGrid for WinForms
C1FlexGridBase Class Members
Properties  Methods  Events

The following tables list the members exposed by C1FlexGridBase.

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 PropertyAllowAddNewGets or sets whether the grid should display a new row template after the last data row.  
Public PropertyAllowDeleteGets or sets whether the grid should monitor the keyboard and handle the DEL key.  
Public PropertyAllowDraggingGets or sets whether the user is allowed to drag rows and columns with the mouse.  
Public PropertyAllowEditingGets or sets whether the user is allowed to edit grid contents.  
Public PropertyAllowFilteringGets or sets whether the user is allowed to filter the data.  
Public PropertyAllowFreezingGets or sets whether the user is allowed to freeze rows and columns with the mouse.  
Public PropertyAllowResizingGets or sets whether the user is allowed to resize rows and columns with the mouse.  
Public PropertyAllowSortingGets or sets whether the user is allowed to sort columns using the mouse.  
Public PropertyAnchor (Inherited from System.Windows.Forms.Control)
Public PropertyAutoClipboardGets or sets whether the grid should handle the clipboard keys and automatically perform cut, copy, paste, and delete operations.  
Public PropertyAutoGenerateColumnsGets or sets whether columns are automatically created when the grid is bound to a data source.  
Public PropertyAutoResizeGets or sets whether column widths are automatically adjusted when data is loaded.  
Public PropertyAutoScrollOffset (Inherited from System.Windows.Forms.Control)
Public PropertyAutoSearchGets or sets whether the grid should move the cursor searching for entries as the user types.  
Public PropertyAutoSearchDelayGets or sets the delay (in seconds) before the AutoSearch buffer is reset.  
Public PropertyBackColorOverridden. Gets or sets the background color for the control.  
Public PropertyBackgroundImage (Inherited from System.Windows.Forms.Control)
Public PropertyBackgroundImageLayout (Inherited from System.Windows.Forms.Control)
Public PropertyBindingContext (Inherited from System.Windows.Forms.Control)
Public PropertyBorderStyleGets or sets the type of border around the control. (Inherited from C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl)
Public PropertyBottom (Inherited from System.Windows.Forms.Control)
Public PropertyBottomRowGets the last visible row in the scrollable area.  
Public PropertyBounds (Inherited from System.Windows.Forms.Control)
Public PropertyC1SuperErrorProviderGets or sets an C1SuperErrorProvider object used to indicate error state of the 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 PropertyCellButtonImageGets or sets the image to be used in cell buttons.  
Public PropertyClientRectangle (Inherited from System.Windows.Forms.Control)
Public PropertyClientSize (Inherited from System.Windows.Forms.Control)
Public PropertyClipGets or sets the contents of the selected range.  
Public PropertyClipboardCopyModeGets or sets what parts of the grid are copied to the clipboard when the AutoClipboard property is set to true.  
Public PropertyClipSeparatorsGets or sets the characters used as row and column separators in clip strings.  
Public PropertyColGets or sets the column that contains the cursor.  
Public PropertyColsGets the collection of Column objects in the grid.  
Public PropertyColSelGets or sets the last column in the current selection.  
Public PropertyComboBoxEditorGets a ComboBoxEditor object that provides easy access to properties of the currently active ComboBox editor.  
Public PropertyComboListGets or sets the list of items to be used by the drop-down editor.  
Public PropertyCompanyName (Inherited from System.Windows.Forms.Control)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyContainsFocus (Inherited from System.Windows.Forms.Control)
Public PropertyContextMenu (Inherited from System.Windows.Forms.Control)
Public PropertyContextMenuStrip (Inherited from System.Windows.Forms.Control)
Public PropertyControls (Inherited from System.Windows.Forms.Control)
Public PropertyCreated (Inherited from System.Windows.Forms.Control)
Public PropertyCursor (Inherited from System.Windows.Forms.Control)
Public PropertyCursorCellGets a CellRange object that contains the cell at coordinates Row, Col.  
Public PropertyCustomComparerGets or sets a custom comparer object used by the grid to perform grouping, merging, and searching operations.  
Public PropertyDataBindings (Inherited from System.Windows.Forms.Control)
Public PropertyDataMemberGets or sets the specific list in a DataSource object that the grid should display.  
Public PropertyDataSourceGets or sets the data source for the grid.  
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 PropertyDoubleBufferGets or sets whether the control should use an off-screen buffer when painting to reduce flicker.  
Public PropertyDragModeGets or sets a value that determines if the user can drag data from the control.  
Public PropertyDrawModeGets or sets whether the control should fire the OwnerDrawCell event.  
Public PropertyDropModeGets or sets a value that determines if the control can accept data that the user drags onto it.  
Public PropertyEditMaskGets or sets the input mask to use when editing cells.  
Public PropertyEditOptionsGets or sets an EditFlags flags that affect the grid's editing behavior.  
Public PropertyEditorGets or sets a reference to the cell editor that is currently active.  
Public PropertyEmptyAsNullIf True then empty strings from editor are interpreted as null values.  
Public PropertyEnabled (Inherited from System.Windows.Forms.Control)
Public PropertyExtendLastColGets or sets whether the last column should be extended to fill the control.  
Public PropertyFilterDefinitionGets or sets an XML string containing the current filter state.  
Public PropertyFocused (Inherited from System.Windows.Forms.Control)
Public PropertyFocusRectGets or sets the type of focus rectangle to display.  
Public PropertyFont (Inherited from System.Windows.Forms.Control)
Public PropertyForeColorOverridden. Gets or sets the foreground color of the control.  
Public PropertyGlyphsGets the collection of control glyphs (images used to show sorting, check boxes, etc).  
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 PropertyHighLightGets or sets when to highlight selected cells.  
Public PropertyIgnoreDiacriticsGets or sets a value that determines whether the filter should ignore diacritics (accents) when comparing values.  
Public PropertyImeMode (Inherited from System.Windows.Forms.Control)
Public PropertyInvokeRequired (Inherited from System.Windows.Forms.Control)
Public PropertyIsAccessible (Inherited from System.Windows.Forms.Control)
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 data in a grid cell.  
Public PropertyKeyActionEnterGets or sets the action to be performed when the user presses the ENTER key.  
Public PropertyKeyActionTabGets or sets the action to be performed when the user presses the TAB key.  
Public PropertyLanguageGets or sets the language to use when localizing the column filters.  
Public PropertyLayoutEngine (Inherited from System.Windows.Forms.Control)
Public PropertyLeft (Inherited from System.Windows.Forms.Control)
Public PropertyLeftColGets or sets the first visible column in the scrollable area.  
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 PropertyMinimumSize (Inherited from System.Windows.Forms.Control)
Public PropertyMouseColGets the index of the column under the cursor.  
Public PropertyMouseRowGets the index of the row under the cursor.  
Public PropertyName (Inherited from System.Windows.Forms.Control)
Public PropertyNewRowWatermarkGets or sets a string that is displayed over the new row template when the AllowAddNew property is set to true.  
Public PropertyNodesGets an array containing all zero-level Node rows on the grid.  
Public PropertyPadding (Inherited from System.Windows.Forms.Control)
Public PropertyParent (Inherited from System.Windows.Forms.Control)
Public PropertyPreferredSize (Inherited from System.Windows.Forms.Control)
Public PropertyPreserveEditModeGets or sets flag that specify entering edit mode of cell after exiting from previous cell with arrow keys or tab key.  
Public PropertyPrintParametersGets a GridPrinter object that specifies printing parameters for the grid.  
Public PropertyProductName (Inherited from System.Windows.Forms.Control)
Public PropertyProductVersion (Inherited from System.Windows.Forms.Control)
Public PropertyRecreatingHandle (Inherited from System.Windows.Forms.Control)
Public PropertyRedrawGets or sets whether the grid should paint its contents.  
Public PropertyRegion (Inherited from System.Windows.Forms.Control)
Public PropertyRendererGets or sets a C1FlexGridRenderer used to customize the look and feel of the control.  
Public PropertyRight (Inherited from System.Windows.Forms.Control)
Public PropertyRightColGets the last visible column in the scrollable area.  
Public PropertyRightToLeft (Inherited from System.Windows.Forms.Control)
Public PropertyRowGets or sets the row that contains the cursor.  
Public PropertyRowsGets the collection of Row objects in the grid.  
Public PropertyRowSelGets or sets the last row in the current selection.  
Public PropertyScrollableRectangleOverridden. Gets a rectangle that defines the scrollable portion of the control.  
Public PropertyScrollBarsGets or sets which scroll bars should appear on the control. (Inherited from C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl)
Public PropertyScrollBarsVisibleGets a C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.ScrollBars value that indicates which scrollbars are currently visible. (Inherited from C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl)
Public PropertyScrollOptionsGets or sets a ScrollFlags value that specifies the grid scrolling behavior.  
Public PropertyScrollPositionGets or sets the location of the auto-scroll position. (Inherited from C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl)
Public PropertySelectionGets the selected range in normalized form.  
Public PropertySelectionModeGets or sets the grid's selection behavior.  
Public PropertyShowButtonsGets or sets when to display combo buttons in cells.  
Public PropertyShowCellLabelsGets or sets whether the grid should display labels over cells whose contents are partially hidden.  
Public PropertyShowCursorGets or sets whether the grid displays a record selector image on the first fixed column.  
Public PropertyShowErrorsGets or sets whether the grid should display error information in cells and rows.  
Public PropertyShowSortGets or sets whether the grid should display sorting glyphs (a triangle) on the headers of sorted columns.  
Public PropertyShowSortPositionGets or sets a value that determines the position of the sort glyphs within column header cells.  
Public PropertyShowThemedHeadersGets or sets whether the control should use Xp themes for displaying row or column headers.  
Public PropertySite (Inherited from System.Windows.Forms.Control)
Public PropertySize (Inherited from System.Windows.Forms.Control)
Public PropertySortColumnGets a reference to the column that defines the current sort applied to the grid.  
Public PropertyStylesGets the collection of cell styles defined in the grid.  
Public PropertySubtotalPositionGets or sets whether node rows appear above or below the data.  
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 PropertyTop (Inherited from System.Windows.Forms.Control)
Public PropertyTopLevelControl (Inherited from System.Windows.Forms.Control)
Public PropertyTopRowGets or sets the first visible row in the scrollable area.  
Public PropertyTreeGets a reference to the GridTree object that controls the appearance of the outline tree in the grid.  
Public PropertyUseCompatibleTextRenderingSpecifies whether text rendering should be compatible with previous releases of WinForms.  
Public PropertyUseWaitCursor (Inherited from System.Windows.Forms.Control)
Public PropertyVisible (Inherited from System.Windows.Forms.Control)
Public PropertyVisualStyleGets or sets a value that determines the overall appearance of the control.  
Public PropertyWidth (Inherited from System.Windows.Forms.Control)
Top
Public Methods
 NameDescription
Public MethodAddItemOverloaded. Adds a row to the grid and populates the new row with data.  
Public MethodAggregateOverloaded. Calculates aggregate statistics for a range.  
Public MethodApplyFiltersApplies all column filters to the data on the grid.  
Public MethodApplySearchOverloaded. Applies search to the data on the grid.  
Public MethodAutoSizeColOverloaded. Adjusts the width of a column to fit the data.  
Public MethodAutoSizeColsOverloaded. Adjusts the width of a column range to fit the data in a cell range.  
Public MethodAutoSizeRowAdjusts the height of a row to fit the data.  
Public MethodAutoSizeRowsOverloaded. Adjusts the height of a row range to fit the data in a cell range.  
Public MethodBeginInitSignals the object that initialization is starting.  
Public MethodBeginInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodBeginUpdateOverridden. Maintains performance by preventing the control from updating itself until the C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.EndUpdate method is called.  
Public MethodBringToFront (Inherited from System.Windows.Forms.Control)
Public MethodClearOverloaded. Clears a range.  
Public MethodClearFilterOverloaded. Clears the filter associated with a given column.  
Public MethodContains (Inherited from System.Windows.Forms.Control)
Public MethodCopyCopies the current selection to the clipboard.  
Public MethodCreateControl (Inherited from System.Windows.Forms.Control)
Public MethodCreateGraphics (Inherited from System.Windows.Forms.Control)
Public MethodCreateImageOverloaded. Creates an image of the entire grid.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodCutCuts the content of the current selection to the clipboard.  
Public MethodDispose() (Inherited from System.ComponentModel.Component)
Public MethodDoDragDrop (Inherited from System.Windows.Forms.Control)
Public MethodDrawToBitmap (Inherited from System.Windows.Forms.Control)
Public MethodEditFilterOverloaded. Edits the filter associated with a given column.  
Public MethodEndInitSignals the object that initialization is complete.  
Public MethodEndInvoke (Inherited from System.Windows.Forms.Control)
Public MethodEndUpdateOverridden. Resumes updating the control after calls to the C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.BeginUpdate method.  
Public MethodFindForm (Inherited from System.Windows.Forms.Control)
Public MethodFindRowOverloaded. Finds a row that contains a specified string.  
Public MethodFindRowRegexFinds a row that contains a specified value in a given column using a RegularExpression.  
Public MethodFinishEditingOverloaded. Finishes editing the current cell and takes the grid out of edit mode.  
Public MethodFocus (Inherited from System.Windows.Forms.Control)
Public MethodGetCellCheckGets the state of the checkbox in a grid cell.  
Public MethodGetCellImageOverloaded. Gets the image displayed in a grid cell.  
Public MethodGetCellRangeOverloaded. Gets a CellRange object that can be used to format and manipulate a cell.  
Public MethodGetCellRectOverloaded. Gets a System.Drawing.Rectangle object with the coordinates of the cell within the control.  
Public MethodGetCellStyleOverloaded. Gets a custom CellStyle associated with a cell.  
Public MethodGetCellStyleDisplayGets the style used to render a cell.  
Public MethodGetChildAtPointOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodGetContainerControl (Inherited from System.Windows.Forms.Control)
Public MethodGetDataOverloaded. Gets the value of a grid cell.  
Public MethodGetDataDisplayOverloaded. Gets the value in a grid cell, formatted as a string.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetNextControl (Inherited from System.Windows.Forms.Control)
Public MethodGetPreferredSize (Inherited from System.Windows.Forms.Control)
Public MethodGetRendererGets the current C1FlexGridRenderer.  
Public MethodGetUserDataOverloaded. Gets user data associated with a cell.  
Public MethodHide (Inherited from System.Windows.Forms.Control)
Public MethodHitTestOverloaded. Returns information about the control at a specified point on the control surface.  
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInvalidateOverloaded. Invalidates the control.  
Public MethodInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodIsCellCheckBoxGets a value that determines whether the cell contents are displayed as a checkbox.  
Public MethodIsCellCursorGets a value that determines if a cell contains the grid cursor.  
Public MethodIsCellFixedGets a value that determines if a cell belongs to a fixed row or column.  
Public MethodIsCellHighlightedGets a value that determines if a cell is part of the selection and should be highlighted.  
Public MethodIsCellSelectedGets a value that determines if a cell is selected.  
Public MethodIsCellSelectedColumnHeaderGets a value that determines if a cell is a column header with selection in this column.  
Public MethodIsCellSelectedRowHeaderGets a value that determines if a cell is a row header with selection in this row.  
Public MethodIsCellValidGets a value that determines if a pair of cell coordinates are valid.  
Public MethodLoadExcelOverloaded. Loads the grid from a Microsoft Excel (.XLS) file.  
Public MethodLoadExcelSheetNamesGets a list with the names of the worksheets in a Microsoft Excel (.XLS) file.  
Public MethodLoadGridOverloaded. Loads the grid from a file.  
Public MethodPastePastes the content of the clipboard onto the current selection.  
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 MethodPrintGridOverloaded. Prints the grid, optionally showing a page setup or print preview dialog.  
Public MethodReadXmlOverloaded. Loads the grid from an Xml document.  
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 MethodRemoveItemOverloaded. Removes the last row from the grid.  
Public MethodResetText (Inherited from System.Windows.Forms.Control)
Public MethodResetVisualStyleResets the value of the VisualStyle ambient property.  
Public MethodResumeLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodSaveExcelOverloaded. Saves the grid contents to a Microsoft Excel (.XLS) file.  
Public MethodSaveGridOverloaded. Saves the grid contents to a file.  
Public MethodScale (Inherited from System.Windows.Forms.Control)
Public MethodSelectOverloaded. Selects a range of cells.  
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 MethodSetCellCheckSets the state of the checkbox in a grid cell.  
Public MethodSetCellImageOverloaded. Sets the image displayed in a grid cell.  
Public MethodSetCellStyleOverloaded. Assigns a custom CellStyle to a cell.  
Public MethodSetDataOverloaded. Assigns a value to a grid cell.  
Public MethodSetDataBindingOverloaded. Sets the DataSource and DataMember properties.  
Public MethodSetUserDataOverloaded. Assigns user data to a cell.  
Public MethodShow (Inherited from System.Windows.Forms.Control)
Public MethodShowCellScrolls a cell into view.  
Public MethodShowSortAtShows the sorting glyph on a column header.  
Public MethodSortOverloaded. Sorts the grid contents based on a column.  
Public MethodStartEditingOverloaded. Puts the grid in edit mode and starts editing a cell.  
Public MethodSubtotalOverloaded. Groups rows based on cell contents and calculates aggregate values.  
Public MethodSuspendLayout (Inherited from System.Windows.Forms.Control)
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodUpdate (Inherited from System.Windows.Forms.Control)
Public MethodWriteXmlOverloaded. Saves the grid contents to an Xml document.  
Top
Public Events
 NameDescription
Public EventAfterAddRowFires after a new row is added by the user.  
Public EventAfterCollapseFires after a node row is collapsed or expanded.  
Public EventAfterDataRefreshFires after any data source change notifications.  
Public EventAfterDeleteRowFires after one or more rows are deleted by the user.  
Public EventAfterDragColumnFires after the user finishes dragging a column.  
Public EventAfterDragRowFires after the user finishes dragging a row.  
Public EventAfterEditFires after a cell has been edited.  
Public EventAfterFilterFires after the column filters have been applied to the grid.  
Public EventAfterFreezeColumnFires after columns are frozen by dragging the frozen column divider.  
Public EventAfterFreezeRowFires after rows are frozen by dragging the frozen row divider.  
Public EventAfterResizeColumnFires after a column is resized by dragging the column header.  
Public EventAfterResizeRowFires after a row is resized by dragging the row header.  
Public EventAfterRowColChangeFires after the current cell changes (Row and Col properties).  
Public EventAfterScrollFires after the grid scrolls.  
Public EventAfterSelChangeFires after the selection changes (Row, Col, RowSel, ColSel properties).  
Public EventAfterSortFires after a column is sorted by a click on a column header.  
Public EventAfterSubtotalFires after each subtotal row has been added to the grid.  
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 EventBeforeAddRowFires before a new row is added by the user.  
Public EventBeforeAutosizeColumnFires before a column is automatically resized by a double-click on a column header.  
Public EventBeforeAutosizeRowFires before a row is automatically resized by a double-click on a row header.  
Public EventBeforeCollapseFires before a node row is collapsed or expanded.  
Public EventBeforeDeleteRowFires before a row is deleted by the user.  
Public EventBeforeDoubleClickFires before the DoubleClick event is handled by the grid.  
Public EventBeforeDragColumnFires when the user starts dragging a column.  
Public EventBeforeDragRowFires when the user starts dragging a row.  
Public EventBeforeEditFires before the grid enters edit mode, and also when the cell that has the focus needs to be painted.  
Public EventBeforeFilterFires before the column filters are applied to the grid.  
Public EventBeforeFreezeColumnFires before columns are frozen by dragging the frozen column divider.  
Public EventBeforeFreezeRowFires before rows are frozen by dragging the frozen row divider.  
Public EventBeforeMouseDownFires before the System.Windows.Forms.Control.MouseDown event is handled by the grid.  
Public EventBeforePageBreakFires while the control is being printed to provide control over page breaks.  
Public EventBeforeResizeColumnFires before a column is resized by dragging the column header.  
Public EventBeforeResizeRowFires before a row is resized by dragging the row header.  
Public EventBeforeRowColChangeFires before the current cell changes (Row and Col properties).  
Public EventBeforeScrollFires before the grid scrolls.  
Public EventBeforeSelChangeFires before the selection changes (Row, Col, RowSel, ColSel properties).  
Public EventBeforeSortFires before a column is sorted by a click on a column header.  
Public EventBeforeSubtotalFires before each subtotal row is added to the grid.  
Public EventBeginPrintFires before the grid starts printing.  
Public EventBindingContextChanged (Inherited from System.Windows.Forms.Control)
Public EventCancelAddRowFires when the cursor leaves the new row without making any changes to it.  
Public EventCausesValidationChanged (Inherited from System.Windows.Forms.Control)
Public EventCellButtonClickFires after the user clicks a cell button.  
Public EventCellChangedFires after the contents of a cell have changed.  
Public EventCellCheckedFires after a checkbox in a cell is checked or unchecked by the user.  
Public EventChangeEditFires in edit mode, after the contents of the editor change.  
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 EventComboCloseUpFires in edit mode, when the dropdown portion of an editor closes.  
Public EventComboDropDownFires in edit mode, when the dropdown portion of an editor opens.  
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 EventCursorChanged (Inherited from System.Windows.Forms.Control)
Public EventDataBindingCompleteFires after a data-binding operation has finished.  
Public EventDataMemberChangedFires when the value of the DataMember property changes.  
Public EventDataSourceChangedFires when the value of the DataSource property changes.  
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 EventDraggingColumnFires as the user drags a column to a new position.  
Public EventDraggingRowFires as the user drags a row to a new position.  
Public EventDragLeave (Inherited from System.Windows.Forms.Control)
Public EventDragOver (Inherited from System.Windows.Forms.Control)
Public EventEnabledChanged (Inherited from System.Windows.Forms.Control)
Public EventEndPrintFires after the grid finishes printing.  
Public EventEnter (Inherited from System.Windows.Forms.Control)
Public EventEnterCellFires after the current cell changes (Row and Col properties).  
Public EventFontChanged (Inherited from System.Windows.Forms.Control)
Public EventForeColorChanged (Inherited from System.Windows.Forms.Control)
Public EventGetCellErrorInfoFires when ShowErrors is set to true and the control needs error information for a cell.  
Public EventGetLocalizedStringOccurs when the filter localizes a string in the user interface.  
Public EventGetRowErrorInfoFires when ShowErrors is set to true and the control needs error information for a row.  
Public EventGetUnboundValueFires when the grid needs to retrieve data for an unbound cell.  
Public EventGiveFeedback (Inherited from System.Windows.Forms.Control)
Public EventGotFocus (Inherited from System.Windows.Forms.Control)
Public EventGridChangedFires when the grid or its contents change.  
Public EventGridErrorFires after the data source reports an error condition.  
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 EventImeModeChanged (Inherited from System.Windows.Forms.Control)
Public EventInvalidated (Inherited from System.Windows.Forms.Control)
Public EventKeyDown (Inherited from System.Windows.Forms.Control)
Public EventKeyDownEditFires in edit mode, when the user presses a key.  
Public EventKeyPress (Inherited from System.Windows.Forms.Control)
Public EventKeyPressEditFires in edit mode, when the user presses a character key.  
Public EventKeyUp (Inherited from System.Windows.Forms.Control)
Public EventKeyUpEditFires in edit mode, when the user releases a key.  
Public EventLayout (Inherited from System.Windows.Forms.Control)
Public EventLeave (Inherited from System.Windows.Forms.Control)
Public EventLeaveCellFires before the current cell changes (Row and Col properties).  
Public EventLeaveEditFires after the control leaves edit mode.  
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 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 EventMouseEnterCellFires when the mouse enters a cell.  
Public EventMouseHover (Inherited from System.Windows.Forms.Control)
Public EventMouseLeave (Inherited from System.Windows.Forms.Control)
Public EventMouseLeaveCellFires when the mouse leaves a cell.  
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 EventMove (Inherited from System.Windows.Forms.Control)
Public EventOwnerDrawCellFires before the grid draws a cell, when the DrawMode property is set to DrawModeEnum.OwnerDraw.  
Public EventPaddingChanged (Inherited from System.Windows.Forms.Control)
Public EventPaint (Inherited from System.Windows.Forms.Control)
Public EventParentChanged (Inherited from System.Windows.Forms.Control)
Public EventPreviewKeyDown (Inherited from System.Windows.Forms.Control)
Public EventPrintPageFires after the grid finishes printing a page.  
Public EventQueryAccessibilityHelp (Inherited from System.Windows.Forms.Control)
Public EventQueryContinueDrag (Inherited from System.Windows.Forms.Control)
Public EventRegionChanged (Inherited from System.Windows.Forms.Control)
Public EventResize (Inherited from System.Windows.Forms.Control)
Public EventRightToLeftChanged (Inherited from System.Windows.Forms.Control)
Public EventRowColChangeFires after the current cell changes (Row and Col properties).  
Public EventRowValidatedFires after a row lost focus and has been validated.  
Public EventRowValidatingFires when a row is losing focus and needs to be validated.  
Public EventSelChangeFires after the selection changes (Row, Col, RowSel, ColSel properties).  
Public EventSetUnboundValueFires when the grid needs to store data in an unbound cell.  
Public EventSetupEditorFires after a cell editor has been initialized by the grid, to allow additional custom initialization.  
Public EventShowScrollTipFires before the vertical ScrollTip is displayed.  
Public EventSizeChanged (Inherited from System.Windows.Forms.Control)
Public EventStartDragFires before the grid starts an automatic OLE drag operation.  
Public EventStartEditFires before the control enters edit mode.  
Public EventStyleChanged (Inherited from System.Windows.Forms.Control)
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 EventTextChanged (Inherited from System.Windows.Forms.Control)
Public EventValidated (Inherited from System.Windows.Forms.Control)
Public EventValidateEditFires before the control exits cell edit mode, while the editor is still active.  
Public EventValidating (Inherited from System.Windows.Forms.Control)
Public EventVisibleChanged (Inherited from System.Windows.Forms.Control)
Top
See Also

Reference

C1FlexGridBase Class
C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback