FlexGrid for WinForms
C1FlexGrid Class Members
Properties  Methods  Events

The following tables list the members exposed by C1FlexGrid.

Public Constructors
 NameDescription
Public ConstructorC1FlexGrid ConstructorCreates a new instance of the C1FlexGrid control.  
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 PropertyAllowAddNewGets or sets whether the grid should display a new row template after the last data row. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyAllowDeleteGets or sets whether the grid should monitor the keyboard and handle the DEL key. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyAllowDraggingGets or sets whether the user is allowed to drag rows and columns with the mouse. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyAllowEditingGets or sets whether the user is allowed to edit grid contents. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyAllowFilteringGets or sets whether the user is allowed to filter the data. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyAllowFreezingGets or sets whether the user is allowed to freeze rows and columns with the mouse. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyAllowMergingGets or sets how cells should be merged.  
Public PropertyAllowMergingFixedGets or sets how non-scrollable cells should be merged.  
Public PropertyAllowResizingGets or sets whether the user is allowed to resize rows and columns with the mouse. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyAllowSortingGets or sets whether the user is allowed to sort columns using the mouse. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyAutoGenerateColumnsGets or sets whether columns are automatically created when the grid is bound to a data source. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyAutoResizeGets or sets whether column widths are automatically adjusted when data is loaded. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyAutoSearchDelayGets or sets the delay (in seconds) before the C1FlexGridBase.AutoSearch buffer is reset. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyBackColorGets or sets the background color for the control. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyBounds (Inherited from System.Windows.Forms.Control)
Public PropertyC1SuperErrorProviderGets or sets an C1SuperErrorProvider object used to indicate error state of the control. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyClipboardCopyModeGets or sets what parts of the grid are copied to the clipboard when the C1FlexGridBase.AutoClipboard property is set to true. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyClipSeparatorsGets or sets the characters used as row and column separators in clip strings. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyColGets or sets the column that contains the cursor. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyColsGets the collection of Column objects in the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyColSelGets or sets the last column in the current selection. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyComboBoxEditorGets a C1FlexGridBase.ComboBoxEditor object that provides easy access to properties of the currently active ComboBox editor. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyComboListGets or sets the list of items to be used by the drop-down editor. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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 C1FlexGridBase.Row, C1FlexGridBase.Col. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyCustomComparerGets or sets a custom comparer object used by the grid to perform grouping, merging, and searching operations. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyDataBindings (Inherited from System.Windows.Forms.Control)
Public PropertyDataMemberGets or sets the specific list in a C1FlexGridBase.DataSource object that the grid should display. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyDataSourceGets or sets the data source for the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyDragModeGets or sets a value that determines if the user can drag data from the control. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyDrawModeGets or sets whether the control should fire the C1FlexGridBase.OwnerDrawCell event. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyDropModeGets or sets a value that determines if the control can accept data that the user drags onto it. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyEditMaskGets or sets the input mask to use when editing cells. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyEditOptionsGets or sets an EditFlags flags that affect the grid's editing behavior. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyEditorGets or sets a reference to the cell editor that is currently active. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyEmptyAsNullIf True then empty strings from editor are interpreted as null values. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyEnabled (Inherited from System.Windows.Forms.Control)
Public PropertyExtendLastColGets or sets whether the last column should be extended to fill the control. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyFilterDefinitionGets or sets an XML string containing the current filter state. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyFocused (Inherited from System.Windows.Forms.Control)
Public PropertyFocusRectGets or sets the type of focus rectangle to display. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyFont (Inherited from System.Windows.Forms.Control)
Public PropertyForeColorGets or sets the foreground color of the control. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyGlyphsGets the collection of control glyphs (images used to show sorting, check boxes, etc). (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyIgnoreDiacriticsGets or sets a value that determines whether the filter should ignore diacritics (accents) when comparing values. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyKeyActionEnterGets or sets the action to be performed when the user presses the ENTER key. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyKeyActionTabGets or sets the action to be performed when the user presses the TAB key. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyLanguageGets or sets the language to use when localizing the column filters. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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 PropertyMergedRangesGets the CellRangeCollection that determines which grid cells are merged when the AllowMerging property is set to AllowMergingEnum.Custom.  
Public PropertyMinimumSize (Inherited from System.Windows.Forms.Control)
Public PropertyMouseColGets the index of the column under the cursor. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyMouseRowGets the index of the row under the cursor. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyName (Inherited from System.Windows.Forms.Control)
Public PropertyNewRowWatermarkGets or sets a string that is displayed over the new row template when the C1FlexGridBase.AllowAddNew property is set to true. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyNodesGets an array containing all zero-level Node rows on the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyPrintParametersGets a GridPrinter object that specifies printing parameters for the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyRegion (Inherited from System.Windows.Forms.Control)
Public PropertyRendererGets or sets a C1FlexGridRenderer used to customize the look and feel of the control. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyRight (Inherited from System.Windows.Forms.Control)
Public PropertyRightColGets the last visible column in the scrollable area. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyRightToLeft (Inherited from System.Windows.Forms.Control)
Public PropertyRowGets or sets the row that contains the cursor. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyRowsGets the collection of C1FlexGridBase.Row objects in the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyRowSelGets or sets the last row in the current selection. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyScrollableRectangleGets a rectangle that defines the scrollable portion of the control. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertySelectionModeGets or sets the grid's selection behavior. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyShowButtonsGets or sets when to display combo buttons in cells. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyShowCellLabelsGets or sets whether the grid should display labels over cells whose contents are partially hidden. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyShowCursorGets or sets whether the grid displays a record selector image on the first fixed column. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyShowErrorsGets or sets whether the grid should display error information in cells and rows. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyShowSortGets or sets whether the grid should display sorting glyphs (a triangle) on the headers of sorted columns. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyShowSortPositionGets or sets a value that determines the position of the sort glyphs within column header cells. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyShowThemedHeadersGets or sets whether the control should use Xp themes for displaying row or column headers. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyStylesGets the collection of cell styles defined in the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertySubtotalPositionGets or sets whether node rows appear above or below the data. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyTreeGets a reference to the GridTree object that controls the appearance of the outline tree in the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public PropertyUseCompatibleTextRenderingSpecifies whether text rendering should be compatible with previous releases of WinForms. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodAggregateOverloaded. Calculates aggregate statistics for a range. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodApplyFiltersApplies all column filters to the data on the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodApplySearchOverloaded. Applies search to the data on the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodAutoSizeColOverloaded. Adjusts the width of a column to fit the data. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodAutoSizeColsOverloaded. Overridden. Automatically size grid columns to fit the largest entry.  
Public MethodAutoSizeRowAdjusts the height of a row to fit the data. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodAutoSizeRowsOverloaded. Overridden. Automatically size grid columns to fit the largest entry.  
Public MethodBeginInitSignals the object that initialization is starting. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodBeginInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodBeginUpdateMaintains performance by preventing the control from updating itself until the C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.EndUpdate method is called. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodBringToFront (Inherited from System.Windows.Forms.Control)
Public MethodClearOverloaded. Overridden. Clears the grid.  
Public MethodClearFilterOverloaded. Clears the filter associated with a given column. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodContains (Inherited from System.Windows.Forms.Control)
Public MethodCopyCopies the current selection to the clipboard. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodCutCuts the content of the current selection to the clipboard. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodEndInitSignals the object that initialization is complete. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodEndInvoke (Inherited from System.Windows.Forms.Control)
Public MethodEndUpdateResumes updating the control after calls to the C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.BeginUpdate method. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodFindForm (Inherited from System.Windows.Forms.Control)
Public MethodFindRowOverloaded. Finds a row that contains a specified string. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodFindRowRegexFinds a row that contains a specified value in a given column using a RegularExpression. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodFinishEditingOverloaded. Finishes editing the current cell and takes the grid out of edit mode. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodFocus (Inherited from System.Windows.Forms.Control)
Public MethodGetCellCheckGets the state of the checkbox in a grid cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodGetCellImageOverloaded. Gets the image displayed in a grid cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodGetCellRangeOverloaded. Gets a CellRange object that can be used to format and manipulate a cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodGetCellRectOverloaded. Gets a System.Drawing.Rectangle object with the coordinates of the cell within the control. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodGetCellStyleOverloaded. Gets a custom CellStyle associated with a cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodGetCellStyleDisplayGets the style used to render a cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodGetDataDisplayOverloaded. Gets the value in a grid cell, formatted as a string. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetMergedRangeOverloaded. Returns the merged range of cells that includes a given cell.  
Public MethodGetNextControl (Inherited from System.Windows.Forms.Control)
Public MethodGetPreferredSize (Inherited from System.Windows.Forms.Control)
Public MethodGetRendererGets the current C1FlexGridRenderer. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodGetUserDataOverloaded. Gets user data associated with a cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodHide (Inherited from System.Windows.Forms.Control)
Public MethodHitTestOverloaded. Returns information about the control at a specified point on the control surface. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInvalidateOverloaded. Overridden. Invalidates a cell range, causing it to be repainted.  
Public MethodInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodIsCellCheckBoxGets a value that determines whether the cell contents are displayed as a checkbox. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodIsCellCursorOverridden. Gets 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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodIsCellHighlightedOverridden. Gets 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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodIsCellSelectedColumnHeaderOverridden. Gets a value that determines if a cell is a column header with selection in this column.  
Public MethodIsCellSelectedRowHeaderOverridden. Gets 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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodLoadExcelOverloaded. Loads the grid from a Microsoft Excel (.XLS) file. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodLoadExcelSheetNamesGets a list with the names of the worksheets in a Microsoft Excel (.XLS) file. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodLoadGridOverloaded. Loads the grid from a file. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodPastePastes the content of the clipboard onto the current selection. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodReadXmlOverloaded. Loads the grid from an Xml document. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodResetText (Inherited from System.Windows.Forms.Control)
Public MethodResetVisualStyleResets the value of the C1FlexGridBase.VisualStyle ambient property. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodResumeLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodSaveExcelOverloaded. Saves the grid contents to a Microsoft Excel (.XLS) file. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodSaveGridOverloaded. Saves the grid contents to a file. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodScale (Inherited from System.Windows.Forms.Control)
Public MethodSelectOverloaded. Selects a range of cells. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodSetCellImageOverloaded. Sets the image displayed in a grid cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodSetCellStyleOverloaded. Assigns a custom CellStyle to a cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodSetDataOverloaded. Assigns a value to a grid cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodSetDataBindingOverloaded. Sets the C1FlexGridBase.DataSource and C1FlexGridBase.DataMember properties. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodSetUserDataOverloaded. Assigns user data to a cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodShow (Inherited from System.Windows.Forms.Control)
Public MethodShowCellScrolls a cell into view. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodShowSortAtShows the sorting glyph on a column header. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodSortOverloaded. Sorts the grid contents based on a column. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodStartEditingOverloaded. Overridden. Starts editing a cell in response to a key press.  
Public MethodSubtotalOverloaded. Groups rows based on cell contents and calculates aggregate values. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public MethodSuspendLayout (Inherited from System.Windows.Forms.Control)
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodTransposeReflects grid over its main diagonal.  
Public MethodUpdate (Inherited from System.Windows.Forms.Control)
Public MethodWriteXmlOverloaded. Saves the grid contents to an Xml document. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Top
Public Events
 NameDescription
Public EventAfterAddRowFires after a new row is added by the user. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterCollapseFires after a node row is collapsed or expanded. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterDataRefreshFires after any data source change notifications. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterDeleteRowFires after one or more rows are deleted by the user. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterDragColumnFires after the user finishes dragging a column. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterDragRowFires after the user finishes dragging a row. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterEditFires after a cell has been edited. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterFilterFires after the column filters have been applied to the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterFreezeColumnFires after columns are frozen by dragging the frozen column divider. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterFreezeRowFires after rows are frozen by dragging the frozen row divider. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterResizeColumnFires after a column is resized by dragging the column header. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterResizeRowFires after a row is resized by dragging the row header. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterRowColChangeFires after the current cell changes (C1FlexGridBase.Row and C1FlexGridBase.Col properties). (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterScrollFires after the grid scrolls. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterSelChangeFires after the selection changes (C1FlexGridBase.Row, C1FlexGridBase.Col, C1FlexGridBase.RowSel, C1FlexGridBase.ColSel properties). (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterSortFires after a column is sorted by a click on a column header. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventAfterSubtotalFires after each subtotal row has been added to the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeAutosizeColumnFires before a column is automatically resized by a double-click on a column header. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeAutosizeRowFires before a row is automatically resized by a double-click on a row header. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeCollapseFires before a node row is collapsed or expanded. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeDeleteRowFires before a row is deleted by the user. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeDoubleClickFires before the DoubleClick event is handled by the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeDragColumnFires when the user starts dragging a column. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeDragRowFires when the user starts dragging a row. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeEditFires before the grid enters edit mode, and also when the cell that has the focus needs to be painted. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeFilterFires before the column filters are applied to the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeFreezeColumnFires before columns are frozen by dragging the frozen column divider. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeFreezeRowFires before rows are frozen by dragging the frozen row divider. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeMouseDownFires before the System.Windows.Forms.Control.MouseDown event is handled by the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforePageBreakFires while the control is being printed to provide control over page breaks. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeResizeColumnFires before a column is resized by dragging the column header. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeResizeRowFires before a row is resized by dragging the row header. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeRowColChangeFires before the current cell changes (C1FlexGridBase.Row and C1FlexGridBase.Col properties). (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeScrollFires before the grid scrolls. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeSelChangeFires before the selection changes (C1FlexGridBase.Row, C1FlexGridBase.Col, C1FlexGridBase.RowSel, C1FlexGridBase.ColSel properties). (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeSortFires before a column is sorted by a click on a column header. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeforeSubtotalFires before each subtotal row is added to the grid. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBeginPrintFires before the grid starts printing. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventBindingContextChanged (Inherited from System.Windows.Forms.Control)
Public EventCancelAddRowFires when the cursor leaves the new row without making any changes to it. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventCausesValidationChanged (Inherited from System.Windows.Forms.Control)
Public EventCellButtonClickFires after the user clicks a cell button. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventCellChangedFires after the contents of a cell have changed. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventCellCheckedFires after a checkbox in a cell is checked or unchecked by the user. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventChangeEditFires in edit mode, after the contents of the editor change. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventComboDropDownFires in edit mode, when the dropdown portion of an editor opens. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventDataMemberChangedFires when the value of the C1FlexGridBase.DataMember property changes. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventDataSourceChangedFires when the value of the C1FlexGridBase.DataSource property changes. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventDraggingRowFires as the user drags a row to a new position. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventEnter (Inherited from System.Windows.Forms.Control)
Public EventEnterCellFires after the current cell changes (C1FlexGridBase.Row and C1FlexGridBase.Col properties). (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventFontChanged (Inherited from System.Windows.Forms.Control)
Public EventForeColorChanged (Inherited from System.Windows.Forms.Control)
Public EventGetCellErrorInfoFires when C1FlexGridBase.ShowErrors is set to true and the control needs error information for a cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventGetLocalizedStringOccurs when the filter localizes a string in the user interface. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventGetRowErrorInfoFires when C1FlexGridBase.ShowErrors is set to true and the control needs error information for a row. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventGetUnboundValueFires when the grid needs to retrieve data for an unbound cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventGridErrorFires after the data source reports an error condition. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventKeyPress (Inherited from System.Windows.Forms.Control)
Public EventKeyPressEditFires in edit mode, when the user presses a character key. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventKeyUp (Inherited from System.Windows.Forms.Control)
Public EventKeyUpEditFires in edit mode, when the user releases a key. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventLayout (Inherited from System.Windows.Forms.Control)
Public EventLeave (Inherited from System.Windows.Forms.Control)
Public EventLeaveCellFires before the current cell changes (C1FlexGridBase.Row and C1FlexGridBase.Col properties). (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventLeaveEditFires after the control leaves edit mode. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventMouseHover (Inherited from System.Windows.Forms.Control)
Public EventMouseLeave (Inherited from System.Windows.Forms.Control)
Public EventMouseLeaveCellFires when the mouse leaves a cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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 C1FlexGridBase.DrawMode property is set to DrawModeEnum.OwnerDraw. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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 (C1FlexGridBase.Row and C1FlexGridBase.Col properties). (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventRowValidatedFires after a row lost focus and has been validated. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventRowValidatingFires when a row is losing focus and needs to be validated. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventSelChangeFires after the selection changes (C1FlexGridBase.Row, C1FlexGridBase.Col, C1FlexGridBase.RowSel, C1FlexGridBase.ColSel properties). (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventSetUnboundValueFires when the grid needs to store data in an unbound cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventSetupEditorFires after a cell editor has been initialized by the grid, to allow additional custom initialization. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventShowScrollTipFires before the vertical ScrollTip is displayed. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventSizeChanged (Inherited from System.Windows.Forms.Control)
Public EventStartDragFires before the grid starts an automatic OLE drag operation. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventStartEditFires before the control enters edit mode. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase)
Public EventValidating (Inherited from System.Windows.Forms.Control)
Public EventVisibleChanged (Inherited from System.Windows.Forms.Control)
Top
See Also

Reference

C1FlexGrid Class
C1.Win.C1FlexGrid Namespace

 

 


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

Send Feedback