FlexGrid for WinForms
C1FlexGrid Class Properties

For a list of all members of this type, see C1FlexGrid members.

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
See Also

Reference

C1FlexGrid Class
C1.Win.C1FlexGrid Namespace

 

 


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

Send Feedback